From 080a3a9b4d8cf1e1a365f6e27f2d0275786b79b3 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 28 Jul 2023 11:07:19 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug74239?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/expressInfo/LookExpressInfo.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/views/expressInfo/LookExpressInfo.vue b/src/views/expressInfo/LookExpressInfo.vue index 267aa0f..4445803 100644 --- a/src/views/expressInfo/LookExpressInfo.vue +++ b/src/views/expressInfo/LookExpressInfo.vue @@ -384,4 +384,20 @@ export default { .is-phone{ color: #069f99 !important; } + +// 火狐样式设置 +@media screen and (min--moz-device-pixel-ratio:0) { + .input-search { + /deep/ .ant-input-wrapper { + input { + height: 56px; + } + .ant-input-group-addon button { + height: 56px; + display: flex; + align-items: center; + } + } + } +} \ No newline at end of file