mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 02:36:39 +08:00
搜索按钮隐藏
This commit is contained in:
parent
9e4ca15f5d
commit
4669e2b604
@ -87,8 +87,11 @@ ul li ol li em strong i {
|
||||
}
|
||||
//搜索
|
||||
.usersearch {
|
||||
.ts-standard-btn{
|
||||
display: none;
|
||||
|
||||
.form-search{
|
||||
.ts-standard-btn{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
strong{
|
||||
font-size: 18px;
|
||||
@ -378,9 +381,9 @@ border-radius: 100px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
/deep/.el-dialog__body {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.ts-scrollable-container{
|
||||
// overflow-y: hidden;
|
||||
// overflow-x: clip;
|
||||
@ -584,7 +587,7 @@ border-radius: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.ts-standard-btn{
|
||||
|
||||
|
||||
}
|
||||
.rc-search{
|
||||
display: none;
|
||||
@ -692,4 +695,11 @@ border-radius: 30px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
.rc-max-width--xl{
|
||||
.rc-column {
|
||||
i{
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user