操作列宽度

This commit is contained in:
670788339
2025-11-11 13:53:41 +08:00
parent 679fd479d5
commit 9bdbc64217

View File

@@ -398,7 +398,7 @@ export default {
width: 100, width: 100,
minWidth: 100, minWidth: 100,
align: "center", align: "center",
fixed: 'right' // fixed: 'right'
} }
]); ]);
@@ -1135,7 +1135,8 @@ export default {
} }
.button-group { .button-group {
min-width: 250px; min-width: 100px;
max-width: 120px;
height: 36px; height: 36px;
.btn, .btnn { .btn, .btnn {