style: 样式调整

This commit is contained in:
张传龙 2022-06-19 19:41:49 +08:00
parent a2b84d35f7
commit dd4cd871ba
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<ScrollX ref="scrollX" :height="useTheme.tags.height">
<ScrollX ref="scrollX" :height="useTheme.tags.height" border-b bc-eee>
<n-tag
v-for="tag in tagsStore.tags"
:key="tag.path"

View File

@ -7,6 +7,7 @@ export default defineConfig({
['wh-full', 'w-full h-full'],
],
rules: [
[/^bc-(.+)$/, ([, color]) => ({ 'border-color': `#${color}` })],
['color-primary', { color: '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' }],