Răsfoiți Sursa

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

leichen 2 luni în urmă
părinte
comite
11eae97497
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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([])