Skip to content

Commit d8c1a66

Browse files
committed
fix(curd): increase drag icon column width from 40 to 80 for better visibility
1 parent 9f75181 commit d8c1a66

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/orange-tips-drive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const dataColumns = computed<any>(() => {
103103
cols.unshift({
104104
title: '',
105105
dataIndex: 'drag',
106-
width: 40,
106+
width: 80,
107107
align: 'center',
108108
customRender: () => {
109109
return h(HolderOutlined, { class: 'ant-table-drag-icon' })

0 commit comments

Comments
 (0)