修改部分移动端楼层装修bug
parent
d104baf426
commit
9213aed8e0
|
@ -25,6 +25,6 @@ export default {
|
|||
background-size: cover;
|
||||
}
|
||||
img {
|
||||
width: 67px;
|
||||
width: 67px !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -28,6 +28,6 @@ export default {
|
|||
}
|
||||
|
||||
img{
|
||||
width: 84px;
|
||||
width: 84px !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -24,6 +24,6 @@ export default {
|
|||
background-size: cover;
|
||||
}
|
||||
img{
|
||||
width: 111px;
|
||||
width: 111px !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -23,7 +23,6 @@ export default {
|
|||
display: flex;
|
||||
height: 110px;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
.flex-item {
|
||||
width: 50%;
|
||||
|
|
|
@ -387,11 +387,7 @@ export default {
|
|||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.ivu-form-item {
|
||||
margin-bottom: 14px;
|
||||
vertical-align: top;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.search-form {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue