feat: 标题样式跟随主题,设置文本颜色会覆盖主题的标题颜色 #96

This commit is contained in:
log1997
2025-12-16 16:00:07 +08:00
parent 6e79a45aeb
commit ef9fc67f48
4 changed files with 40 additions and 32 deletions

View File

@@ -83,6 +83,11 @@ const patternColorValue = defineModel<string>('patternColorValue')
<div class="flex flex-col items-center max-w-xs gap-1 form-control">
<label class="label">
<span class="label-text">{{ t('table.textColor') }}</span>
<div class="tooltip" data-tip="设置文本颜色会覆盖标题样式">
<button class="btn btn-circle hover:bg-base-300">
?
</button>
</div>
</label>
<ColorPicker v-model="textColorValue" v-model:pure-color="textColorValue" />
</div>