lrf402788946 hace 4 años
padre
commit
44eee5b04f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/patent/index.vue

+ 1 - 1
src/views/patent/index.vue

@@ -32,7 +32,7 @@
     </el-row>
     <el-dialog :visible.sync="dialog" title="错误记录">
       <el-table border stripe :data="errorList">
-        <el-table-column label="错误记录">
+        <el-table-column align="center" label="错误记录">
           <template v-slot="{ row }">{{ row }}</template>
         </el-table-column>
       </el-table>