yuwandanmian hace 2 años
padre
commit
089100ac3d
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      src/views/rule/case/components/TableBox.vue

+ 0 - 3
src/views/rule/case/components/TableBox.vue

@@ -30,7 +30,6 @@
       <el-table-column
         prop="score"
         label="扣分"
-        width="100"
       />
       <el-table-column
         prop="type"
@@ -39,7 +38,6 @@
       <el-table-column
         prop="status"
         label="状态"
-        width="100"
       >
         <template slot-scope="scope">
           <el-switch
@@ -54,7 +52,6 @@
       <el-table-column
         prop=""
         label="操作"
-        width="100"
       >
         <template slot-scope="scope">
           <el-button type="text" @click="onEdit(scope.row)">修改</el-button>