We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f75181 commit d8c1a66Copy full SHA for d8c1a66
2 files changed
.changeset/orange-tips-drive.md
@@ -0,0 +1,5 @@
1
+---
2
+"@uozi-admin/curd": patch
3
4
+
5
+fix(curd): increase drag icon column width from 40 to 80 for better visibility
packages/curd/src/components/StdTable.vue
@@ -103,7 +103,7 @@ const dataColumns = computed<any>(() => {
103
cols.unshift({
104
title: '',
105
dataIndex: 'drag',
106
- width: 40,
+ width: 80,
107
align: 'center',
108
customRender: () => {
109
return h(HolderOutlined, { class: 'ant-table-drag-icon' })
0 commit comments