|
@@ -180,12 +180,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="app-button">
|
|
|
- <u-button type="primary" @click="handleSubmit('提交')" shape="circle"> 提交 </u-button>
|
|
|
- </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
</oa-scroll>
|
|
|
+ <view class="app-button">
|
|
|
+ <u-button type="primary" @click="handleSubmit('提交')" shape="circle"> 提交 </u-button>
|
|
|
+ </view>
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
@@ -425,8 +425,11 @@ onShow(() => {
|
|
|
}
|
|
|
}
|
|
|
.app-button{
|
|
|
- margin:10px;
|
|
|
+ position: fixed;
|
|
|
+ bottom:10px;
|
|
|
+ left:10px;
|
|
|
width:calc(100% - 20px);
|
|
|
+ background: #fff;
|
|
|
button{
|
|
|
border-radius: 10px !important;
|
|
|
}
|