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