|
@@ -15,7 +15,8 @@
|
|
|
<!-- 按钮操作 -->
|
|
<!-- 按钮操作 -->
|
|
|
<view class="open-box">
|
|
<view class="open-box">
|
|
|
<view class="button-area">
|
|
<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 class="active" @click="clearItemFn">清空</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|