소스 검색

修改 回答结果容器样式

hotchicken1996 3 달 전
부모
커밋
c9f223ad90
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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>