save
This commit is contained in:
parent
c5e7978c1d
commit
e4452db178
@ -111,6 +111,7 @@ a {
|
||||
|
||||
|
||||
/** 表详情顶部搜索框 Start **/
|
||||
|
||||
.top-search-from .layui-form-item {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
@ -158,5 +159,16 @@ a {
|
||||
.top-search-from .toggle-btn a:hover {
|
||||
color: #333;
|
||||
}
|
||||
@media screen and (max-width:768px) {
|
||||
.top-search-from .layui-input {
|
||||
max-width: 234px;
|
||||
}
|
||||
.top-search-from .layui-input.inline-block {
|
||||
max-width: 110px;
|
||||
}
|
||||
.layui-table-tool-self .layui-inline:nth-child(3){
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/** 表详情顶部搜索框 End **/
|
Loading…
Reference in New Issue
Block a user