Kirin 2 years ago
parent
commit
17aab65b80
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/admin/view/user/user_cert/index.php

+ 2 - 2
app/admin/view/user/user_cert/index.php

@@ -46,8 +46,8 @@
         return [
             {field: 'id', title: 'ID', sort: true, event: 'id', width: '5%'},
             {field: 'name', title: '姓名', width: '4%'},
-            {field: 'gender_name', title: '性别', width: '5%'},
-            {field: 'idcard', title: '身份证号码', width: '10%'},
+            {field: 'gender_name', title: '性别', width: '3%'},
+            {field: 'idcard', title: '身份证号码', width: '12%'},
             {field: 'job', title: '职业', width: '7%'},
             {field: 'photo', title: '照片', width: '10%', toolbar: "#photo"},
             {field: 'qrcode', title: '二维码', width: '10%', toolbar: "#qrcode"},