Merge remote-tracking branch 'origin/feature_dev_20230109_BTTZ' into feature_dev_20230109_BTTZ

This commit is contained in:
zyn
2023-02-07 15:45:49 +08:00
2 changed files with 5 additions and 1 deletions
@@ -7,7 +7,7 @@
:components="drag(columns,'columns')"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
:pagination="false"
:scroll="{x: true}"
:scroll="{x: '100%'}"
:data-source="dataSource"
:loading="loading"
:columns="columns"
@@ -1159,6 +1159,10 @@
text-justify: inter-ideograph;
word-break: break-all
}
::v-deep .ant-table-placeholder{
margin-top: 8px !important;
}
</style>
<style>
.resize-table-th {