Parcourir la source

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

QuYueTing il y a 3 mois
Parent
commit
8b6774381e

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

@@ -625,7 +625,7 @@
                             </template>
 
                             <!-- 子任务/关联任务 -->
-                            <p ><i class="iconfont firerock-icontree themeFontColor" style=";margin-left:10px;">{{timelabel && !isRelationItem ? $t('guanlian') : $t('zirwu')}}</i>
+                            <p ><i class="iconfont firerock-icontree themeFontColor" style="margin-left:10px;">{{timelabel && !isRelationItem ? $t('guanlian') : $t('zirwu')}}</i>
                                 <el-link style="float:right;" @click="addRelation" v-if="timelabel && !isRelationItem">{{ $t('associatedTask') }}</el-link>
                                 <el-link style="float:right;" @click="addSubTask" v-else>{{ $t('addingsubtask') }}</el-link>
                             </p>
@@ -4455,7 +4455,7 @@ overflow: auto;
 .ql-snow .ql-picker.ql-size .ql-picker-item::before {
   content: "14px" !important;
   position: relative;
-  top: -8px;
+  top: 0px;
 }
 .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before,
 .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
@@ -4474,7 +4474,7 @@ overflow: auto;
 .ql-snow .ql-picker.ql-header .ql-picker-item::before {
   content: "文本" !important;
   position: relative;
-  top: -8px;
+  top: 0px;
 }
 .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
 .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
@@ -4520,7 +4520,7 @@ overflow: auto;
 } */
 .ql-picker-label svg {
     position: relative;
-    top: -6px;
+    top: 0px;
 }
 
 /* 任务进展 */