|
@@ -625,7 +625,7 @@
|
|
</template>
|
|
</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="addRelation" v-if="timelabel && !isRelationItem">{{ $t('associatedTask') }}</el-link>
|
|
<el-link style="float:right;" @click="addSubTask" v-else>{{ $t('addingsubtask') }}</el-link>
|
|
<el-link style="float:right;" @click="addSubTask" v-else>{{ $t('addingsubtask') }}</el-link>
|
|
</p>
|
|
</p>
|
|
@@ -4455,7 +4455,7 @@ overflow: auto;
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
|
|
content: "14px" !important;
|
|
content: "14px" !important;
|
|
position: relative;
|
|
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-label[data-value="small"]::before,
|
|
.ql-snow .ql-picker.ql-size .ql-picker-item[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 {
|
|
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
|
|
content: "文本" !important;
|
|
content: "文本" !important;
|
|
position: relative;
|
|
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-label[data-value="1"]::before,
|
|
.ql-snow .ql-picker.ql-header .ql-picker-item[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 {
|
|
.ql-picker-label svg {
|
|
position: relative;
|
|
position: relative;
|
|
- top: -6px;
|
|
|
|
|
|
+ top: 0px;
|
|
}
|
|
}
|
|
|
|
|
|
/* 任务进展 */
|
|
/* 任务进展 */
|