HK$
{{ it['price'] }}
@@ -86,7 +87,8 @@ const goapArtmentDetails = () => router.push(`/apartmentDetail?uniqid=${props['i
padding-left: 6px;
.tab-item {
- height: 28px;
+ // height: 28px;
+ line-height: 28px;
background-color: rgba(224, 240, 255, 1);
border-radius: 5px;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
@@ -96,6 +98,7 @@ const goapArtmentDetails = () => router.push(`/apartmentDetail?uniqid=${props['i
padding: 0 11px;
margin-right: 10px;
margin-bottom: 10px;
+ word-break: break-word;
}
}
@@ -130,6 +133,7 @@ const goapArtmentDetails = () => router.push(`/apartmentDetail?uniqid=${props['i
.type-name {
color: #000000;
font-size: 15px;
+ padding-right: 15px;
}
.type-data {
diff --git a/src/components/public/public-list-item.vue b/src/components/public/public-list-item.vue
index 1088fe1..cbab7ba 100644
--- a/src/components/public/public-list-item.vue
+++ b/src/components/public/public-list-item.vue
@@ -30,7 +30,7 @@

- {{ location[it >>> 0] + ' > ' + location[it] }}
+ {{ location[it >>> 0] + ' > ' + (it >>> 0 == it ? '不限' : location[it]) }}
diff --git a/src/views/edit.vue b/src/views/edit.vue
index b882c36..a236381 100644
--- a/src/views/edit.vue
+++ b/src/views/edit.vue
@@ -70,8 +70,8 @@