style: 样式调整
This commit is contained in:
parent
a2b84d35f7
commit
dd4cd871ba
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<ScrollX ref="scrollX" :height="useTheme.tags.height">
|
<ScrollX ref="scrollX" :height="useTheme.tags.height" border-b bc-eee>
|
||||||
<n-tag
|
<n-tag
|
||||||
v-for="tag in tagsStore.tags"
|
v-for="tag in tagsStore.tags"
|
||||||
:key="tag.path"
|
:key="tag.path"
|
||||||
|
@ -7,6 +7,7 @@ export default defineConfig({
|
|||||||
['wh-full', 'w-full h-full'],
|
['wh-full', 'w-full h-full'],
|
||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
|
[/^bc-(.+)$/, ([, color]) => ({ 'border-color': `#${color}` })],
|
||||||
['color-primary', { color: 'var(--primaryColor)' }],
|
['color-primary', { color: 'var(--primaryColor)' }],
|
||||||
['bgc-primary', { backgroundColor: 'var(--primaryColor)' }],
|
['bgc-primary', { backgroundColor: 'var(--primaryColor)' }],
|
||||||
['card-shadow', { 'box-shadow': '0 1px 2px -2px #00000029, 0 3px 6px #0000001f, 0 5px 12px 4px #00000017' }],
|
['card-shadow', { 'box-shadow': '0 1px 2px -2px #00000029, 0 3px 6px #0000001f, 0 5px 12px 4px #00000017' }],
|
||||||
|
Loading…
Reference in New Issue
Block a user