[update] 修改bug74239
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user