[update] 修改bug74239

This commit is contained in:
lideqin
2023-07-28 11:07:19 +08:00
parent 53a7f65c45
commit 080a3a9b4d
+16
View File
@@ -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;
}
}
}
}
</style>