Selaa lähdekoodia

Merge branch 'master' of http://47.100.37.243:10080/wutt/manHourHousekeeper into master

seyason 2 vuotta sitten
vanhempi
commit
6f91cf0984

+ 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>