待办中心-项目参数任务-列宽可拖拽

This commit is contained in:
刘彦泽
2023-02-07 08:43:41 +08:00
parent f3a11f782c
commit 551cdf5faf
@@ -39,7 +39,6 @@
:pagination="false"
:scroll="{x: '100%',y:'calc(100vh - 140px)'}"
rowKey="id"
:data-source="dataSource"
:columns="columns"
>
<!-- -->
@@ -372,4 +371,8 @@
text-align: right;
margin-top: 20px;
}
::v-deep .ant-table-placeholder{
margin-top: 8px !important;
}
</style>