Explorar el Código

调整列宽度

chris hace 2 años
padre
commit
0370642803
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/modules/tech/crafts-management.vue

+ 1 - 1
src/views/modules/tech/crafts-management.vue

@@ -136,7 +136,7 @@
           header-align="center"
           fixed="right"
           align="center"
-          width="140"
+          width="180"
           label="操作">
           <template slot-scope="scope">
             <el-button v-if="isAuth('pro:technology:revoke') && scope.row.state === '1'" type="text" size="small" @click="revokeHandle(scope.row.techId)">撤销</el-button>