yuwandanmian 2 жил өмнө
parent
commit
089100ac3d

+ 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>