Browse Source

修改 回答结果容器样式

hotchicken1996 3 months ago
parent
commit
c9f223ad90
1 changed files with 3 additions and 3 deletions
  1. 3 3
      web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue

+ 3 - 3
web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue

@@ -186,9 +186,9 @@
                     <div class="content">
                       <h3>{{ citem.dkmc }}</h3>
                       <p>
-                        <span class='content-item'>面积{{ citem.dkmj ? citem.dkmj.toFixed(2) : '-' }}亩</span>
-                        <span class='content-item'>土地用途{{ citem.tdyt ? citem.tdyt : '-' }}</span>
-                        <span class='content-item'>行政区{{ citem.xzqmc ? citem.xzqmc : '-' }}</span>
+                        <span class='content-item'>面积:{{ citem.dkmj ? citem.dkmj.toFixed(2) : '-' }}亩</span>
+                        <span class='content-item'>土地用途:{{ citem.tdyt ? citem.tdyt : '-' }}</span>
+                        <span class='content-item'>行政区:{{ citem.xzqmc ? citem.xzqmc : '-' }}</span>
                       </p>
                     </div>
                   </div>