@@ -168,7 +168,8 @@ export default {
downloadUrl: '',
forceUpgrade: '0',
upgradeContent: '',
- attachment: ''
+ attachment: '',
+
},
applyName: 'IT后台',
applyCode: 'atit',
@@ -22,6 +22,7 @@
<a-table
ref="table"
size="default"
+ :scroll="{y:500}"
:pagination="false"
:rowKey="(record) => record.id"
:columns="columns"
@@ -78,6 +79,7 @@
<s-table
ref="tableItem"
:showPagination="false"
:row-selection="rowSelection"
@@ -368,10 +370,7 @@ export default {
color: black;
padding-bottom: 30px;
}
- .card-content {
- max-height: 650px;
- overflow-y: scroll;
- }
.actionBtn {
font-size: 12px;
margin: 0 5px;