refactor: 调整导航SidePanel插槽内结构 多选按钮初始化

This commit is contained in:
ZiuChen
2022-09-08 20:19:11 +08:00
parent 6f02943cb6
commit eaa0e762c0
5 changed files with 48 additions and 23 deletions

View File

@@ -4,12 +4,6 @@
justify-content: flex-end;
min-width: 300px;
margin-right: 10px;
.clip-search-btn {
width: 25px;
height: 25px;
padding: 10px;
cursor: pointer;
}
.clip-search-input {
width: 90%;
/* normalize */

View File

@@ -34,4 +34,10 @@
}
}
}
.clip-switch-btn {
width: 25px;
height: 25px;
padding: 10px;
cursor: pointer;
}
}