perf: 修改 icon 颜色

This commit is contained in:
ibuler
2023-12-14 10:25:36 +08:00
committed by 老广
parent 3b9f0b56fb
commit 2ac9183047
3 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -141,7 +141,6 @@ export default {
min-width: 260px;
height: 100vh;
user-select: none;
border-radius: 20px 0 0 20px;
transition: transform .25s cubic-bezier(.7, .3, .1, 1);
box-shadow: 0 0 8px 4px #00000014;
transform: translate(100%);
@@ -190,6 +189,7 @@ export default {
background-color: #FFFFFF;
box-shadow: 0 0 8px 4px #00000014;
cursor: pointer;
&:hover {
left: -52px !important;
width: 52px !important;

View File

@@ -308,3 +308,7 @@ input[type=file] {
font-size: 13px;
font-weight: 400;
}
.el-drawer__container.el-drawer__open, .drawer-panel {
border-radius: 10px 0 0 10px;
}