mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 11:21:44 +08:00
style(仪表板): 调整分页颜色选择器宽度,避免字号显示截断
This commit is contained in:
@@ -219,9 +219,9 @@
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item :label="t('components.pager_color')" class="form-item">
|
||||
<div style="display: flex; width: 100%; gap: 8px">
|
||||
<div style="display: flex; width: 100%; gap: 4px">
|
||||
<el-color-picker
|
||||
:trigger-width="60"
|
||||
:trigger-width="53"
|
||||
v-model="seniorForm.pagerColor"
|
||||
size="small"
|
||||
:predefine="predefineColors"
|
||||
|
||||
Reference in New Issue
Block a user