style: 调整标签样式以提升视觉效果,增加字体大小和边距
This commit is contained in:
parent
8bf968d273
commit
dd6f712439
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user