14 Revize 171aa61475 ... c51f92ee72

Autor SHA1 Zpráva Datum
  MG c51f92ee72 获取最新 před 1 rokem
  sugb fdbf804d9f 解决显示没有单位问题 před 1 rokem
  sugb 31e4946e42 Merge remote-tracking branch 'origin/tdzcxx-Front-modify' into tdzcxx-Front-modify před 1 rokem
  sugb fe3e237f88 修改返回的地块解析错误问题 před 1 rokem
  Administrator 0637d350ce 1. 统计页面:省直单位详情修改; před 1 rokem
  DESKTOP-5AIG4UE\Administrator bfa3cc6a24 1. 统计页面:省直单位详情修改; před 1 rokem
  chengbeibei f8b5bedc3d 1. 统计页面修改; před 1 rokem
  chengbeibei cf7fc90f66 1. 编辑/详情页修改; před 1 rokem
  chengbeibei ffef31d5fe 1. 首页统计:样式修改; před 1 rokem
  chengbeibei 6e68e356cb 1. 首页统计:添加面积数及样式修改; před 1 rokem
  chengbeibei 03f1ef42d8 首页统计:添加面积数 před 1 rokem
  chengbeibei e52eeb454e 系统样式调整:修复中心权限,系统中心页面样式 před 1 rokem
  chengbeibei c84e689d19 系统样式调整 před 1 rokem
  chengbeibei 2147c54c36 新建分支:样式改造 před 1 rokem
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/ChartCard.vue

+ 1 - 1
src/components/ChartCard.vue

@@ -20,7 +20,7 @@
         </div>
         <div class="total">
           <div v-if="area != ''">
-            <div>{{ area }}</div>
+            <div>{{ area }}<span style="font-size: 16px;margin-left:5px;margin-right: 5px;font-weight:400">亩</span></div>
             <div class="content-title">地块面积</div>
           </div>
         </div>