侧边栏样式调整完毕

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>