Browse Source

优化累计

qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
b4bd73f124
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/quality/components/requireDrawer.vue

+ 1 - 1
src/views/quality/components/requireDrawer.vue

@@ -2,7 +2,7 @@
   <el-drawer :title="Statistics.label" :visible.sync="drawer_" :direction="direction" :modal="false" :class="{'drawer-box': showClass}" size="100%" :before-close="handleClose">
     <div style="height: calc(100vh - 200px); overflow: scroll; overflow-x: hidden;">
       <el-table :data="tableData" style="width: 100%;" :header-cell-style="{ 'color':'rgba(74,74,74,1)','font-size':'14px','font-weight':'500' }" class="integration-num">
-        <el-table-column label="优先级" min-width="100" align="right">
+        <el-table-column label="优先级" min-width="80" align="left">
           <template slot-scope="scope">
             <div class="div_priority" :style="{background: priorityColors[scope.row.priority % priorityColors.length]}">{{ 'P'+scope.row.priority }}</div>
           </template>