perf: 💄 部门列表和菜单列表字体修改,switch颜色修改
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
@node-drop="nodeDrop" lazy icon="ArrowRightBold" :indent="12" draggable
|
||||
@node-click="handleNodeClick">
|
||||
<template #default="{ node, data }">
|
||||
<span v-if="data.status" class="text-center font-black text-xl">
|
||||
<span v-if="data.status" class="text-center font-black font-normal">
|
||||
<SvgIcon :name="node.data.icon"/> {{ node.label }}
|
||||
</span>
|
||||
<span v-else class="text-center font-black text-xl text-red-700">
|
||||
<span v-else class="text-center font-black text-red-700 font-normal">
|
||||
<SvgIcon :name="node.data.icon"/> {{ node.label }}
|
||||
</span>
|
||||
</template>
|
||||
@@ -394,4 +394,7 @@ onActivated(() => {
|
||||
.el-card {
|
||||
height: 100%;
|
||||
}
|
||||
.font-normal {
|
||||
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user