From a4edee2868fad06026dc1f4e2e526d922b5ae398 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Fri, 12 Jan 2024 09:01:05 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=90=9C=E7=B4=A2=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=9A=84`placeholder`=E6=9B=B4=E5=A5=BD?= =?UTF-8?q?=E7=9A=84=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/element-plus.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/style/element-plus.scss b/src/style/element-plus.scss index 4a07d680c..a55b664aa 100644 --- a/src/style/element-plus.scss +++ b/src/style/element-plus.scss @@ -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; }