Commit c0c41514 authored by 王玉鑫's avatar 王玉鑫

feat: 列表页产业园信息文案修改

parent 64738c21
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
<template v-slot:rightMedia> <template v-slot:rightMedia>
<view> <view>
<div class="f24 flex right-footer"> <div class="f24 flex right-footer">
<div style="width: 200rpx"> <div class="nowrap" style="width: 200rpx">
<span class="c80">级别:</span> <span class="c80">产业园级别:</span>
<span>{{ parkInfo.levelName || "--" }}</span> <span>{{ parkInfo.levelName || "--" }}</span>
</div> </div>
<div style="margin-left: 10rpx"> <div class="nowrap" style="margin-left: 10rpx">
<span class="c80">面积:</span <span class="c80">占地面积:</span
>{{ parkInfo.coverArea ? parkInfo.coverArea + "亩" : "--" }} >{{ parkInfo.coverArea ? parkInfo.coverArea + "亩" : "--" }}
</div> </div>
</div> </div>
...@@ -75,4 +75,7 @@ export default { ...@@ -75,4 +75,7 @@ export default {
.c80 { .c80 {
color: #808080; color: #808080;
} }
.nowrap {
white-space: nowrap;
}
</style> </style>
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