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

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

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