Browse Source

列宽调整

swy 1 month ago
parent
commit
abf1fbe45c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jp-ui/src/views/modules/jsbb/LoginMessList.vue

+ 2 - 2
jp-ui/src/views/modules/jsbb/LoginMessList.vue

@@ -74,8 +74,8 @@
             :sort-config="{remote:true}"
             :data="dataList"
             :checkbox-config="{}">
-            <vxe-column type="seq" width="40"></vxe-column>
-            <vxe-column type="checkbox"  width="100px"></vxe-column>
+            <vxe-column type="seq" width="50"></vxe-column>
+            <vxe-column type="checkbox"  width="80px"></vxe-column>
     <vxe-column
         field="name"
         sortable