|
@@ -180,9 +180,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="app-button">
|
|
|
- <u-button type="primary" @click="handleSubmit('提交')" shape="circle"> 提交 </u-button>
|
|
|
+ <view class="app-button">
|
|
|
+ <u-button type="primary" @click="handleSubmit('提交')" shape="circle"> 提交 </u-button>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
</oa-scroll>
|
|
@@ -425,11 +425,7 @@ onShow(() => {
|
|
|
}
|
|
|
}
|
|
|
.app-button{
|
|
|
- position: absolute;
|
|
|
- top:0;
|
|
|
- bottom:0;
|
|
|
- left:10px;
|
|
|
- z-index: 100;
|
|
|
+ margin:10px;
|
|
|
width:calc(100% - 20px);
|
|
|
button{
|
|
|
border-radius: 10px !important;
|