瀏覽代碼

提交相关代码

Lijy 3 月之前
父節點
當前提交
d5cb70a157
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

+ 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;
 }
 
 /* 任务进展 */