style: 调整标签样式以提升视觉效果,增加字体大小和边距

This commit is contained in:
xudan 2025-08-07 15:38:49 +08:00
parent 8bf968d273
commit dd6f712439

View File

@ -282,7 +282,12 @@ watch(keyword, updateActiveKeys);
> >
<a-typography-text type="secondary"> <a-typography-text type="secondary">
{{ item.label }} {{ item.label }}
<a-tag v-if="item.point?.associatedStorageLocations?.length" size="small" type="primary"> <a-tag
v-if="item.point?.associatedStorageLocations?.length"
size="small"
type="primary"
style="font-size: 12px; margin-left: 8px; vertical-align: middle; height: 22px"
>
{{ {{
keyword keyword
? item.point.associatedStorageLocations ? item.point.associatedStorageLocations