mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-04 07:27:41 +08:00
style: 搜索菜单功能的placeholder
更好的移动端兼容
This commit is contained in:
parent
45900c5781
commit
a4edee2868
@ -156,6 +156,18 @@
|
||||
|
||||
/* 自定义菜单搜索样式 */
|
||||
.pure-search-dialog {
|
||||
@media screen and (width > 760px) and (width <= 940px) {
|
||||
.el-input__inner {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (width <= 470px) {
|
||||
.el-input__inner {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-dialog__header {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user