mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-13 03:29:45 +08:00
同步代码
This commit is contained in:
@@ -230,6 +230,7 @@ const ProduceClientTest = () => {
|
||||
<TestResult
|
||||
showProcessList={false}
|
||||
tableProps={{
|
||||
showHeader: false,
|
||||
scroll: { y: 600 },
|
||||
columns: getTableColumns(),
|
||||
dataSource: tableData,
|
||||
|
||||
@@ -38,6 +38,14 @@
|
||||
overflow-y: auto;
|
||||
height: calc(100vh - 326px);
|
||||
min-height: 90px;
|
||||
.dcloud-row{
|
||||
margin-left:0 !important;
|
||||
margin-right:0 !important;
|
||||
.dcloud-col{
|
||||
padding-left:0 !important;
|
||||
padding-right:0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-footer-btn {
|
||||
|
||||
@@ -292,6 +292,8 @@ export const getFormConfig = (params: any) => {
|
||||
type: FormItemType.select,
|
||||
attrs: {
|
||||
mode: 'multiple',
|
||||
maxTagCount: 'responsive',
|
||||
allowClear: true,
|
||||
},
|
||||
options: info.partitionIdList || [],
|
||||
rules: [{ required: false, message: '请选择' }],
|
||||
|
||||
Reference in New Issue
Block a user