瀏覽代碼

2022.7.28 css

ggooalice 2 年之前
父節點
當前提交
75756a1397
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/count/count.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet_h5/src/views/count/count.vue

@@ -90,10 +90,10 @@
         <template v-else>
             <van-cell v-for="item in showList" :key="item.id" title-style="color:#666">
                 <template #title>
-                    <div style="text-align:center;">{{item.name}}</div>
+                    <div style="text-align:left;margin-left:0.42667rem;">{{item.name}}</div>
                 </template>
                 <template #default>
-                    <div style="text-align:center;">{{item.department}}</div>
+                    <div style="text-align:right;margin-right:0.42667rem;">{{item.department}}</div>
                 </template>
             </van-cell>
         </template>