Browse Source

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

leichen 2 tháng trước cách đây
mục cha
commit
11eae97497
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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([])