mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(仪表板): 设置排队优先级表头文案存在白底白色
This commit is contained in:
@@ -4016,10 +4016,10 @@ const deleteChartFieldItem = id => {
|
||||
destroy-on-close
|
||||
>
|
||||
<template #header>
|
||||
<span style="font-size: 15px; font-weight: bold; color: black">
|
||||
<span style="font-size: 15px; font-weight: bold; color: #1f2329">
|
||||
{{ t('chart.sort_priority') }}
|
||||
</span>
|
||||
<span>({{ t('chart.sort_priority_tip') }})</span>
|
||||
<span style="color: #1f2329">({{ t('chart.sort_priority_tip') }})</span>
|
||||
</template>
|
||||
<sort-priority-edit :chart="view" @on-priority-change="onPriorityChange" />
|
||||
<template #footer>
|
||||
|
||||
Reference in New Issue
Block a user