fix(style): editor code lint

This commit is contained in:
jialin
2024-07-22 13:14:40 +08:00
parent 20a2443d5f
commit f462e11ae2
2 changed files with 31 additions and 4 deletions
+3 -3
View File
@@ -10,8 +10,8 @@
.collapse-btn {
position: absolute;
top: 0;
left: 0;
top: -7px;
left: -5px;
z-index: 1;
}
@@ -20,7 +20,7 @@
&.collapse {
width: 33px;
padding-left: 32px;
overflow: hidden;
// overflow: hidden;
transition: width 0.3s ease;
}
}