style: 调整搜索按钮样式

This commit is contained in:
@changcode
2022-02-14 17:42:01 +08:00
parent c27891dc21
commit 83924a8a95
2 changed files with 8 additions and 2 deletions

View File

@@ -46,6 +46,11 @@
border: 1px solid #E6EAED;
}
.top-tool-search.margin-r-20 {
.top-tool-btn {
border-left: none;
}
}
.top-tool-right {
display: flex;
@@ -68,7 +73,7 @@
}
}
.top-tool-btn {
height: 32px;
height: 33px;
width: 36px;
border: 1px solid $--border-color-primary;
outline: none;
@@ -81,6 +86,7 @@
color: $--button-gray-color;
}
}
.top-tool-btn.top-tool-btn--text {
padding: 0 8px;
width: unset;