对接文档对比
This commit is contained in:
+4
-6
@@ -47,7 +47,7 @@
|
|||||||
size="middle"
|
size="middle"
|
||||||
:loading="loadingLeft"
|
:loading="loadingLeft"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{x: '100%',y:400}"
|
:scroll="{x: '100%',y:340}"
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
:data-source="dataSourceLeft"
|
:data-source="dataSourceLeft"
|
||||||
:row-selection="{ selectedRowKeys: selectedRowKeysLeft, onChange: onSelectChangeLeft,columnTitle:' ' }"
|
:row-selection="{ selectedRowKeys: selectedRowKeysLeft, onChange: onSelectChangeLeft,columnTitle:' ' }"
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
size="middle"
|
size="middle"
|
||||||
:loading="loadingRight"
|
:loading="loadingRight"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{x: '100%',y:400}"
|
:scroll="{x: '100%',y:340}"
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
:data-source="dataSourceRight"
|
:data-source="dataSourceRight"
|
||||||
:row-selection="{ selectedRowKeys: selectedRowKeysRight, onChange: onSelectChangeRight,columnTitle:' ' }"
|
:row-selection="{ selectedRowKeys: selectedRowKeysRight, onChange: onSelectChangeRight,columnTitle:' ' }"
|
||||||
@@ -425,8 +425,7 @@
|
|||||||
padding: 24px 32px;
|
padding: 24px 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-bottom: 2px #EFF1F3 solid;
|
border-bottom: 2px #EFF1F3 solid;
|
||||||
min-height: 400px;
|
height:610px;
|
||||||
max-height: 672px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-content-right {
|
.detail-content-right {
|
||||||
@@ -435,8 +434,7 @@
|
|||||||
padding: 24px 32px;
|
padding: 24px 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-bottom: 2px #EFF1F3 solid;
|
border-bottom: 2px #EFF1F3 solid;
|
||||||
min-height: 400px;
|
height: 610px;
|
||||||
max-height: 672px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
|
|||||||
Reference in New Issue
Block a user