shish 4 سال پیش
والد
کامیت
fee144b41a
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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>