fix(仪表板): 设置排队优先级表头文案存在白底白色

This commit is contained in:
dataeaseShu
2025-06-20 14:07:19 +08:00
committed by dataeaseShu
parent a62bcb8669
commit eebdfabe75

View File

@@ -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>