Commit 174acef6 authored by 罗超's avatar 罗超

1

parent 713c49e5
......@@ -328,7 +328,7 @@
<text
style="color: #f30329; font-weight: bold"
v-if="detailData.AreaRequirement > 0"
>{{ detailData.AreaRequirement }}平方米</text
>{{ detailData.AreaRequirement }}</text
>
</view>
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
......@@ -336,7 +336,7 @@
<text
style="color: #f30329; font-weight: bold"
v-if="detailData.BuiltUpArea > 0"
>{{ detailData.BuiltUpArea }}平方米</text
>{{ detailData.BuiltUpArea }}</text
>
</view>
</view>
......
......@@ -197,7 +197,7 @@ export default {
EndOpenTime: "",
ProjectType: 0,
OrderBy: 0,
OpeningStatus: 0,
OpeningStatus: -1,
FirstStoreTest: 0,
},
loading: false,
......@@ -456,6 +456,8 @@ export default {
.good_study_one .good-info .good-name {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 5px;
}
.good_study_one .good-info .good-name .span-name {
/* overflow: hidden;
......@@ -463,12 +465,13 @@ export default {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; */
width: 350rpx;
font-size: 28rpx;
font-weight: bold;
color: #111;
padding-bottom: 5px;
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.good_study_one .good-info .good-name .span-type {
font-weight: 500;
......@@ -528,6 +531,9 @@ export default {
align-items: center;
color: #999999;
padding: 0 18rpx;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 500;
}
.carriertag {
width: 130rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment