style(apartmentDetail): 调整标签元素的宽度和高度样式

修改了公寓详情页中标签元素的样式,将宽度属性改为高度属性以改善布局显示
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-06-10 15:08:21 +08:00
parent fcc3820677
commit 8284e385c2
7 changed files with 10 additions and 8 deletions

View File

@@ -600,7 +600,7 @@
margin-right: 5px;
}
.content .details-box .details-left .remark .info .label {
width: 93px;
height: 16px;
}
.content .details-box .details-left .remark .explain {
font-size: 14px;

View File

@@ -764,8 +764,8 @@
}
.label {
width: 93px;
// height: 16px;
// width: 93px;
height: 16px;
}
}

View File

@@ -2213,8 +2213,10 @@ const cutRemarkType = (value) => (remarkTypeid.value = value);
margin-right: 10px;
// cursor: pointer;
margin-bottom: 4px;
.image {
width: 72px;
// width: 72px;
height: 16px;
margin-left: 12px;
}