style: 搜索菜单功能的placeholder更好的移动端兼容

This commit is contained in:
xiaoxian521 2024-01-12 09:01:05 +08:00
parent 45900c5781
commit a4edee2868

View File

@ -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;
}