chore: 优化菜单搜索 (#551)

* Update SearchModal.vue

* chore: 优化菜单搜索

---------

Co-authored-by: xiaoxian521 <1923740402@qq.com>
This commit is contained in:
guanrui Lu
2023-05-16 12:53:06 +08:00
committed by GitHub
parent 6776e85641
commit 0e632ac4ab
5 changed files with 127 additions and 35 deletions

View File

@@ -139,6 +139,23 @@ html.dark {
}
}
/* 自定义菜单搜索样式 */
.pure-search-dialog {
.el-dialog__footer {
box-shadow: 0 -1px 0 0 #555a64, 0 -3px 6px 0 rgb(69 98 155 / 12%);
}
.search-footer {
.search-footer-item {
color: rgb(235 235 235 / 60%);
.icon {
box-shadow: none;
}
}
}
}
/* ReSegmented 组件 */
.pure-segmented {
color: rgb(255 255 255 / 65%);