Browse Source

序号列统一宽度

gzb
wangzhonglu 9 months ago
parent
commit
1418392508

+ 2
- 2
src/views/regionSection/applicationManage/applicationManage.vue View File

@@ -813,7 +813,7 @@ export default {
813 813
           {
814 814
             title: "序号",
815 815
             type: "index",
816
-            width: 60,
816
+            width: 70,
817 817
             align: "center"
818 818
           },
819 819
           {
@@ -896,7 +896,7 @@ export default {
896 896
         {
897 897
           title: "序号",
898 898
           align: "center",
899
-          Width: 50,
899
+          Width: 70,
900 900
           render: (h, params) => {
901 901
             return h(
902 902
               "span",

+ 1
- 1
src/views/regionSection/regionManage/adminManage.vue View File

@@ -419,7 +419,7 @@ export default {
419 419
         {
420 420
           title: "序号",
421 421
           align: "center",
422
-          width: 50,
422
+          width: 70,
423 423
           render: (h, params) => {
424 424
             return h(
425 425
               "span",

+ 1
- 1
src/views/regionSection/regionManage/schoolManage.vue View File

@@ -410,7 +410,7 @@ export default {
410 410
         {
411 411
           title: "序号",
412 412
           align: "center",
413
-          width: 50,
413
+          width: 70,
414 414
           render: (h, params) => {
415 415
             return h(
416 416
               "span",

+ 1
- 1
src/views/regionSection/search/allApps.vue View File

@@ -441,7 +441,7 @@ export default {
441 441
         {
442 442
           title: "序号",
443 443
           align: "center",
444
-          width: 50,
444
+          width: 70,
445 445
           render: (h, params) => {
446 446
             return h(
447 447
               "span",

+ 2
- 2
src/views/schoolSection/applicationManage/applicationList.vue View File

@@ -865,7 +865,7 @@ export default {
865 865
         {
866 866
           title: "序号",
867 867
           align: "center",
868
-          width: 50,
868
+          width: 70,
869 869
           render: (h, params) => {
870 870
             return h(
871 871
               "span",
@@ -1105,7 +1105,7 @@ export default {
1105 1105
               {
1106 1106
                 title: "序号",
1107 1107
                 type: "index",
1108
-                width: 50,
1108
+                width: 70,
1109 1109
                 align: "center"
1110 1110
               },
1111 1111
               {

+ 1
- 1
src/views/schoolSection/strategy/personalStrategy.vue View File

@@ -435,7 +435,7 @@ export default {
435 435
         {
436 436
           title: "序号",
437 437
           align: "center",
438
-          width: 50,
438
+          width: 70,
439 439
           render: (h, params) => {
440 440
             return h(
441 441
               "span",

Loading…
Cancel
Save