fix: 修复暗黑模式下注册页面验证码看不清的问题

This commit is contained in:
xiaojunnuo
2026-05-20 18:16:42 +08:00
parent 1e7b057946
commit 5ba33be30f
11 changed files with 160 additions and 11 deletions
@@ -1,5 +1,5 @@
<template>
<a-tag color="green"> {{ durationDict.dataMap[modelValue]?.label }}</a-tag>
<a-tag color="green"> {{ durationDict.dataMap[modelValue]?.label || modelValue + "天" }}</a-tag>
</template>
<script lang="ts" setup>
@@ -332,7 +332,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
},
duration: {
title: t("certd.duration"),
type: "text",
type: "number",
addForm: {
show: false,
},