Merge pull request #10757 from dataease/pr@dev-v2@refactor_column_mode_style

refactor(图表): 汇总表列宽模式设置样式调整
This commit is contained in:
wisonic-s 2024-07-03 14:24:41 +08:00 committed by GitHub
commit 1b2ff16419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1402,7 +1402,7 @@ onMounted(() => {
}
}
.ed-input-group {
width: 124px;
width: 120px;
:deep(.ed-input__wrapper) {
border-radius: 0 !important;
}
@ -1413,7 +1413,7 @@ onMounted(() => {
}
.table-column-mode {
:deep(.ed-radio) {
margin-right: 12px !important;
margin-right: 10px !important;
}
}
.basic-input-number {