Browse Source

Merge branch 'master' of http://git.cc-lotus.info/ball-court/ball-applet

guhongwei 2 năm trước cách đây
mục cha
commit
95e0e3c315

+ 6 - 0
pagesMatch/matchAdmin/group/list.less

@@ -24,8 +24,14 @@
         .one_2 {
             display: flex;
             flex-direction: row;
+            width: 96vw;
             justify-content: space-around;
 
+            .one_2_1 {
+                width: 60vw;
+                margin: 0 3vw;
+            }
+
             button {
                 width: 100%;
                 padding: 2vw;

+ 5 - 0
pagesMatch/matchAdmin/group/list.wxss

@@ -21,8 +21,13 @@
 .main .one .one_2 {
   display: flex;
   flex-direction: row;
+  width: 96vw;
   justify-content: space-around;
 }
+.main .one .one_2 .one_2_1 {
+  width: 60vw;
+  margin: 0 3vw;
+}
 .main .one .one_2 button {
   width: 100%;
   padding: 2vw;

+ 5 - 0
pagesMatch/matchAdmin/mtgroup/list.less

@@ -27,6 +27,11 @@
             flex-direction: row;
             justify-content: space-around;
 
+            .one_2_1 {
+                width: 40vw;
+                margin: 0 3vw;
+            }
+
             button {
                 width: 100%;
                 padding: 2vw;

+ 4 - 0
pagesMatch/matchAdmin/mtgroup/list.wxss

@@ -23,6 +23,10 @@
   flex-direction: row;
   justify-content: space-around;
 }
+.main .one .one_2 .one_2_1 {
+  width: 40vw;
+  margin: 0 3vw;
+}
 .main .one .one_2 button {
   width: 100%;
   padding: 2vw;

+ 5 - 0
pagesMatch/matchAdmin/mtschedule/list.less

@@ -26,6 +26,11 @@
             flex-direction: row;
             justify-content: space-around;
 
+            .one_2_1 {
+                width: 60vw;
+                margin: 0 3vw;
+            }
+
             button {
                 width: 100%;
                 padding: 2vw;

+ 4 - 0
pagesMatch/matchAdmin/mtschedule/list.wxss

@@ -23,6 +23,10 @@
   flex-direction: row;
   justify-content: space-around;
 }
+.main .one .one_2 .one_2_1 {
+  width: 60vw;
+  margin: 0 3vw;
+}
 .main .one .one_2 button {
   width: 100%;
   padding: 2vw;

+ 5 - 0
pagesMatch/matchAdmin/project/list.less

@@ -26,6 +26,11 @@
             flex-direction: row;
             justify-content: space-around;
 
+            .one_2_1 {
+                width: 60vw;
+                margin: 0 3vw;
+            }
+
             button {
                 width: 100%;
                 padding: 2vw;

+ 4 - 0
pagesMatch/matchAdmin/project/list.wxss

@@ -23,6 +23,10 @@
   flex-direction: row;
   justify-content: space-around;
 }
+.main .one .one_2 .one_2_1 {
+  width: 60vw;
+  margin: 0 3vw;
+}
 .main .one .one_2 button {
   width: 100%;
   padding: 2vw;

+ 1 - 1
pagesMatch/matchAdmin/sign/list.js

@@ -15,7 +15,7 @@ Page({
     // 返回
     back: function () { wx.navigateBack({ delta: 1 }) },
     // 选择赛事
-    toChange: function (e) {
+    matchChange: function (e) {
         const that = this;
         let data = that.data.matchList[e.detail.value];
         if (data) { that.setData({ 'match.id': data._id, 'match.name': data.name }); that.search() }

+ 5 - 0
pagesMatch/matchAdmin/sign/list.less

@@ -26,6 +26,11 @@
             flex-direction: row;
             justify-content: space-around;
 
+            .one_2_1 {
+                width: 60vw;
+                margin: 0 3vw;
+            }
+
             button {
                 width: 100%;
                 padding: 2vw;

+ 4 - 0
pagesMatch/matchAdmin/sign/list.wxss

@@ -23,6 +23,10 @@
   flex-direction: row;
   justify-content: space-around;
 }
+.main .one .one_2 .one_2_1 {
+  width: 60vw;
+  margin: 0 3vw;
+}
 .main .one .one_2 button {
   width: 100%;
   padding: 2vw;

+ 9 - 0
pagesMatch/matchAdmin/teamapply/list.less

@@ -25,12 +25,21 @@
             display: flex;
             flex-direction: row;
             justify-content: space-around;
+            .one_2_1 {
+                width: 70vw;
+                margin: 0 3vw;
+            }
 
             button {
                 width: 100%;
                 padding: 2vw;
                 font-size: var(--font14Size);
             }
+            button {
+                width: 100%;
+                padding: 2vw;
+                font-size: var(--font14Size);
+            }
         }
     }
 

+ 9 - 0
pagesMatch/matchAdmin/teamapply/list.wxss

@@ -23,6 +23,15 @@
   flex-direction: row;
   justify-content: space-around;
 }
+.main .one .one_2 .one_2_1 {
+  width: 70vw;
+  margin: 0 3vw;
+}
+.main .one .one_2 button {
+  width: 100%;
+  padding: 2vw;
+  font-size: var(--font14Size);
+}
 .main .one .one_2 button {
   width: 100%;
   padding: 2vw;