feat: 搜索框支持切换展开/收起状态

This commit is contained in:
ZiuChen
2022-09-04 19:46:44 +08:00
parent 7cc7f9c763
commit d90d455d4a
3 changed files with 31 additions and 4 deletions

View File

@@ -1,6 +1,16 @@
.clip-search {
display: flex;
align-items: center;
justify-content: flex-end;
min-width: 300px;
input {
margin-right: 10px;
.clip-search-btn {
width: 25px;
height: 25px;
padding: 10px;
cursor: pointer;
}
.clip-search-input {
width: 90%;
/* normalize */
background: none;