瀏覽代碼

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

leichen 2 月之前
父節點
當前提交
11eae97497
共有 1 個文件被更改,包括 2 次插入2 次删除
  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([])