mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-07 15:35:07 +08:00
style: unocss eslint
This commit is contained in:
@ -40,7 +40,7 @@ const keyClick = (key: string) => {
|
||||
<span :class="[`${prefixCls}__title`, 'pl-5px text-16px font-bold']">{{ title }}</span>
|
||||
</div>
|
||||
<div :class="`${prefixCls}__content`">
|
||||
<p v-for="(item, $index) in schema" :key="$index" class="text-14px mt-15px">
|
||||
<p v-for="(item, $index) in schema" :key="$index" class="mt-15px text-14px">
|
||||
<Highlight
|
||||
:color="highlightColor"
|
||||
:keys="typeof item === 'string' ? [] : item.keys"
|
||||
|
Reference in New Issue
Block a user