Explorar o código

Merge branch 'ch/need_pool385' of eta_forum/eta_forum_front into debug

leichen hai 2 meses
pai
achega
11eae97497
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/etaChart/components/ChartWrap.vue

+ 2 - 2
src/views/etaChart/components/ChartWrap.vue

@@ -69,13 +69,13 @@ const columnsDescription = [
     colKey: 'SysUserRealName',
     title: '创建人',
     align: 'center',
-    width: '200',
+    width: '120',
   },
   {
     colKey: 'CreateTime',
     title: '创建时间',
     align: 'center',
-    width: '300',
+    width: '200',
   },
 ]
 const tableData = ref([])