forked from github/dataease
Merge pull request #10757 from dataease/pr@dev-v2@refactor_column_mode_style
refactor(图表): 汇总表列宽模式设置样式调整
This commit is contained in:
commit
1b2ff16419
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user