소스 검색

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

ggooalice 2 년 전
부모
커밋
0953a01a98
1개의 변경된 파일16개의 추가작업 그리고 3개의 파일을 삭제
  1. 16 3
      fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

+ 16 - 3
fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

@@ -776,7 +776,7 @@
                             <div class="bj">
                                 <span  v-for="(pl, i) in critic" :key="i">
                                 <span style="background: #778899" v-if="user.userNameNeedTranslate != 1">{{pl.length > 2 ? pl.substring(pl.length - 2, pl.length) : pl}}</span>
-                                <span v-if="user.userNameNeedTranslate == 1">
+                                <span v-if="user.userNameNeedTranslate == 1" style="background: #778899">
                                     <ww-open-data type='userName' :openid='pl'></ww-open-data>
                                 </span>
                                 </span>
@@ -3713,9 +3713,21 @@ overflow: auto;
     height:0.5px;
 }
 .user_name_icon {
-    text-align:center;border-radius:50%;color:white;float:right;font-size:10px;width:30px;height:30px;line-height:30px;
-    transform: scale(0.8);
+    text-align: right;
+    border-radius: 50%;
+    color: #fff;
+    float: right;
+    font-size: 10px;
+    width: 30px;
+    height: 30px;
+    line-height: 30px;
+    transform: scale(.8);
     overflow: hidden;
+    letter-spacing: 1px;
+    box-sizing: border-box;
+    padding-right: 1.5px;
+    direction: rtl;
+    letter-spacing: 1.5px;
 }
 .task_name {
     color:#262626;
@@ -3913,6 +3925,7 @@ overflow: auto;
         color: #fff;
         background: #778899;
         overflow: hidden;
+        direction: rtl;
     }
     div {
         text-align: left;