Kaynağa Gözat

Merge branch 'http_mock' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_mock

qinzhipeng_v 5 yıl önce
ebeveyn
işleme
16b25b6f4e

+ 1 - 1
src/views/projectManage/requirement/list/index.vue

@@ -81,7 +81,7 @@
         size="small"
         show-overflow-tooltip="true"
       >
-        <el-table-column prop="priority" label="优先级" min-width="90" sortable align="center">
+        <el-table-column prop="priority" label="优先级" min-width="90" sortable align="left">
           <template v-slot="scope">
             <div class="div_priority" :style="{background: priorityColors[scope.row.priority % priorityColors.length]}">{{ 'P'+scope.row.priority }}</div>
           </template>

+ 1 - 1
src/views/projectManage/taskList/taskViewDetails.vue

@@ -302,7 +302,7 @@
       </el-dialog>
       <el-dialog :visible.sync="dialogFormVisible" :close-on-click-modal="false">
         <div style="margin: 0% 7% 3% 2%; font-size: 18px; white-space: nowrap;color:rgba(51,59,74,1);">
-          <b style="color: #409EFF;margin: 0 0.5%;font-weight: 600; ">I</b>{{ even }}
+          <b style="color: #409EFF;margin: 0 0.5%;font-weight: 600; ">|</b>{{ even }}
         </div>
         <el-form ref="form" :model="form" :rules="form_rules" label-width="100px">
           <el-form-item label="事件类型" prop="type">