Explorar el Código

优化表单交互

梁展鹏 hace 3 años
padre
commit
14b3b567b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/photoManagement/eventsList/index.vue

+ 1 - 1
src/views/photoManagement/eventsList/index.vue

@@ -70,7 +70,7 @@ export default {
         {
           key: 'time',
           name: '活动时间',
-          width: this.$col.b,
+          width: this.$col.m,
           render: (h, { row }) =>
             h('span', `${row.eventStartDate}${row.eventEndDate}`)
         },