mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 04:51:43 +08:00
fix: 样式优化
This commit is contained in:
@@ -299,10 +299,10 @@ onMounted(() => {
|
||||
/>
|
||||
</el-select>
|
||||
</el-col>
|
||||
<el-col :span="2" style="text-align: center">
|
||||
<el-col :span="2">
|
||||
<el-color-picker
|
||||
is-custom
|
||||
size="large"
|
||||
:trigger-width="60"
|
||||
v-model="item.color"
|
||||
class="color-picker-style"
|
||||
:predefine="state.predefineColors"
|
||||
|
||||
@@ -424,7 +424,7 @@ init()
|
||||
>
|
||||
<el-color-picker
|
||||
is-custom
|
||||
size="large"
|
||||
:trigger-width="60"
|
||||
v-model="item.color"
|
||||
show-alpha
|
||||
class="color-picker-style"
|
||||
|
||||
@@ -170,7 +170,7 @@ init()
|
||||
<div class="color-title">{{ t('chart.textColor') }}</div>
|
||||
<el-color-picker
|
||||
is-custom
|
||||
size="large"
|
||||
:trigger-width="60"
|
||||
v-model="item.color"
|
||||
show-alpha
|
||||
class="color-picker-style"
|
||||
|
||||
Reference in New Issue
Block a user