zs 2 lat temu
rodzic
commit
5cac2838ad

+ 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;