侧边栏样式调整完毕

This commit is contained in:
aixianling
2023-01-29 16:03:28 +08:00
parent 0a7bdf97d5
commit 3d11903697
2 changed files with 18 additions and 3 deletions

View File

@@ -107,4 +107,16 @@ body {
height: 100%;
}
.textShadow {
position: absolute;
top: 0;
text-shadow: 0 2px 0 var(--el-color-primary);
color: transparent;
z-index: -1;
}
.relative {
position: relative;
}
</style>

View File

@@ -1,6 +1,6 @@
<template>
<section class="sliderNav flex column">
<b class="mar-v16" v-text="$sys.title"/>
<b class="systemTitle mar-v16" v-text="$sys.title"/>
<div class="fill">
<div class="item" v-for="menu in menus" :key="menu.id">
<el-row class="pad-h8" align="middle" @click="menu.expand=!menu.expand">
@@ -77,10 +77,13 @@ export default {
color: #fff;
box-shadow: 2px 0 8px 4px rgba(15, 15, 21, 0.15);
& > b {
font-size: 18px;
.systemTitle {
line-height: 32px;
font-size: 20px;
width: 100%;
color: #eee;
text-align: center;
text-shadow: 1px 1px var(--el-color-primary);
}
.item {