mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: 修改 icon 颜色
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user