Преглед на файлове

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([])