qinzhipeng_v@didiglobal.com %!s(int64=4) %!d(string=hai) anos
pai
achega
b4bd73f124
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>