feat: style

This commit is contained in:
xingyu4j
2025-06-17 20:22:24 +08:00
parent 7276d0a909
commit a4f4c0d6f6
162 changed files with 689 additions and 796 deletions

View File

@@ -44,7 +44,7 @@ const [Grid] = useVbenVxeGrid({
return h(
Tag,
{
class: 'mr-5px',
class: 'mr-1',
color: row.defaultStatus ? 'blue' : 'red',
},
() => (row.defaultStatus ? '是' : '否'),

View File

@@ -64,7 +64,7 @@ const [Grid] = useVbenVxeGrid({
return h(
Tag,
{
class: 'mr-5px',
class: 'mr-1',
color: row.experience > 0 ? 'blue' : 'red',
},
() =>