shish %!s(int64=4) %!d(string=hai) anos
pai
achega
fee144b41a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      hdPad/src/pages/home/make.vue

+ 2 - 1
hdPad/src/pages/home/make.vue

@@ -15,7 +15,8 @@
             <!-- 按钮操作 -->
             <view class="open-box">
 				<view class="button-area">
-					<view class="active" @click="commit()">提交</view>
+					<view class="active" style="background-color:orange;color:white;border-color:orange;position:fixed;left:135upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:16upx;" 
+					@click="commit()">提交</view>
 					<view class="active" @click="clearItemFn">清空</view>
 				</view>
             </view>