Przeglądaj źródła

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

YY 2 lat temu
rodzic
commit
e65e99edcb

+ 3 - 3
pages/coaAdmin/archives/info.wxml

@@ -51,19 +51,19 @@
                 <view class="content">
                     <view class="label">教练简介:</view>
                     <view class="value">
-                        <textarea name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
+                        <input name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">过往荣誉:</view>
                     <view class="value">
-                        <textarea name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
+                        <input name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">教学经历:</view>
                     <view class="value">
-                        <textarea name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
+                        <input name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
                     </view>
                 </view>
                 <view class="btn">

+ 1 - 1
pages/coaAdmin/course/add.wxml

@@ -61,7 +61,7 @@
                 <view class="content">
                     <view class="label">课程简介:</view>
                     <view class="value">
-                        <textarea name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入课程简介" />
+                        <input name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入课程简介" />
                     </view>
                 </view>
                 <view class="content">

+ 11 - 4
pages/schAdmin/stustat/list.less

@@ -1,4 +1,11 @@
-ec-canvas {
-  width: 100%;
-  height: 100%;
-}
+.main {
+    background-color: var(--mainColor);
+    height: var(--twoHeight);
+
+
+
+    ec-canvas {
+        width: 100%;
+        height: 100%;
+    }
+}

+ 2 - 4
pages/schAdmin/stustat/list.wxml

@@ -1,7 +1,5 @@
 <mobile-main frameStyle="{{frameStyle}}" bind:back="back">
-  <view slot="info" class="container main">
-    <view class="container">
-      <ec-canvas id="mychart-dom-pie" canvas-id="mychart-pie" ec="{{ ec }}"></ec-canvas>
+    <view slot="info" class="container main">
+        <ec-canvas id="mychart-dom-pie" canvas-id="mychart-pie" ec="{{ ec }}"></ec-canvas>
     </view>
-  </view>
 </mobile-main>

+ 5 - 14
pages/schAdmin/stustat/list.wxss

@@ -1,17 +1,8 @@
-ec-canvas {
+.main {
+  background-color: var(--mainColor);
+  height: var(--twoHeight);
+}
+.main ec-canvas {
   width: 100%;
   height: 100%;
 }
-.container {
-  position: absolute;
-  top: 0;
-  bottom: 0;
-  left: 0;
-  right: 0;
- 
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-  justify-content: space-between;
-  box-sizing: border-box;
-} 

+ 0 - 5
pages/stuAdmin/archives/list.less

@@ -12,11 +12,6 @@
             .value {
                 flex-grow: 1;
                 color: var(--blackColor);
-
-                textarea {
-                    position: static;
-                    width: 73vw;
-                }
             }
         }
 

+ 3 - 3
pages/stuAdmin/archives/list.wxml

@@ -46,19 +46,19 @@
                 <view class="content">
                     <view class="label">学员简介:</view>
                     <view class="value">
-                        <textarea name="brief" maxlength="-1" auto-height value="{{form.brief}}" placeholder="请输入学员简介" />
+                        <input type="text" name="brief" value="{{form.brief}}" placeholder="请输入学员简介" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">过往荣誉:</view>
                     <view class="value">
-                        <textarea name="honer" maxlength="-1" auto-height value="{{form.honer}}" placeholder="请输入过往荣誉" />
+                        <input type="text" name="honer" value="{{form.honer}}" placeholder="请输入过往荣誉" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">训练经历:</view>
                     <view class="value">
-                        <textarea name="exp" maxlength="-1" auto-height value="{{form.exp}}" placeholder="请输入训练经历" />
+                        <input type="text" name="exp" value="{{form.exp}}" placeholder="请输入训练经历" />
                     </view>
                 </view>
                 <view class="btn">

+ 0 - 4
pages/stuAdmin/archives/list.wxss

@@ -12,10 +12,6 @@
   flex-grow: 1;
   color: var(--blackColor);
 }
-.main .one .content .value textarea {
-  position: static;
-  width: 73vw;
-}
 .main .one .btn {
   text-align: center;
   margin: 5vw 0 0 0;

+ 3 - 3
pages/superAdmin/coach/add.wxml

@@ -55,19 +55,19 @@
                         <view class="content">
                             <view class="label">教练简介:</view>
                             <view class="value">
-                                <textarea name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
+                                <input name="brief" value="{{form.brief}}" auto-height maxlength="-1" placeholder="请输入教练简介" />
                             </view>
                         </view>
                         <view class="content">
                             <view class="label">过往荣誉:</view>
                             <view class="value">
-                                <textarea name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
+                                <input name="honor" value="{{form.honor}}" auto-height maxlength="-1" placeholder="请输入过往荣誉" />
                             </view>
                         </view>
                         <view class="content">
                             <view class="label">教学经历:</view>
                             <view class="value">
-                                <textarea name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
+                                <input name="exp" value="{{form.exp}}" auto-height maxlength="-1" placeholder="请输入教学经历" />
                             </view>
                         </view>
                     </view>

+ 3 - 3
pages/superAdmin/school/add.wxml

@@ -5,13 +5,13 @@
                 <view class="content">
                     <view class="label">机构名称:</view>
                     <view class="value">
-                        <textarea name="name" value="{{form.name}}" auto-height placeholder="请输入机构名称" />
+                        <input name="name" value="{{form.name}}" auto-height placeholder="请输入机构名称" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">机构简介:</view>
                     <view class="value">
-                        <textarea name="brief" value="{{form.brief}}" auto-height placeholder="请输入机构简介" />
+                        <input name="brief" value="{{form.brief}}" auto-height placeholder="请输入机构简介" />
                     </view>
                 </view>
                 <view class="content">
@@ -41,7 +41,7 @@
                 <view class="content">
                     <view class="label">过往荣誉:</view>
                     <view class="value">
-                        <textarea name="honor" value="{{form.honor}}" auto-height placeholder="请输入过往荣誉" />
+                        <input name="honor" value="{{form.honor}}" auto-height placeholder="请输入过往荣誉" />
                     </view>
                 </view>
                 <view class="content">

+ 3 - 3
pages/superAdmin/student/add.wxml

@@ -46,19 +46,19 @@
                 <view class="content">
                     <view class="label">学员简介:</view>
                     <view class="value">
-                        <textarea name="brief" maxlength="-1" auto-height value="{{form.brief}}" placeholder="请输入学员简介" />
+                        <input name="brief" maxlength="-1" auto-height value="{{form.brief}}" placeholder="请输入学员简介" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">过往荣誉:</view>
                     <view class="value">
-                        <textarea name="honer" maxlength="-1" auto-height value="{{form.honer}}" placeholder="请输入过往荣誉" />
+                        <input name="honer" maxlength="-1" auto-height value="{{form.honer}}" placeholder="请输入过往荣誉" />
                     </view>
                 </view>
                 <view class="content">
                     <view class="label">训练经历:</view>
                     <view class="value">
-                        <textarea name="exp" maxlength="-1" auto-height value="{{form.exp}}" placeholder="请输入训练经历" />
+                        <input name="exp" maxlength="-1" auto-height value="{{form.exp}}" placeholder="请输入训练经历" />
                     </view>
                 </view>
                 <view class="btn">