|
@@ -2,7 +2,7 @@
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
<form @submit="formSubmit">
|
|
<form @submit="formSubmit">
|
|
|
<view class="module-com input-line-wrap">
|
|
<view class="module-com input-line-wrap">
|
|
|
- <view v-if="id>0" style="color:red;font-weight:bold;text-align:center;font-size:32upx;margin-bottom:12upx;">
|
|
|
|
|
|
|
+ <view v-if="id>0" style="color:red;font-weight:bold;text-align:center;font-size:32upx;margin:12upx auto;width:90%;">
|
|
|
本页请勿修改任何东西,要改请问过技术,否则出问题自负
|
|
本页请勿修改任何东西,要改请问过技术,否则出问题自负
|
|
|
</view>
|
|
</view>
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
@@ -488,7 +488,8 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.app-content {
|
|
.app-content {
|
|
|
min-height: calc(100vh - 20upx);
|
|
min-height: calc(100vh - 20upx);
|
|
|
- padding-top: 20upx;
|
|
|
|
|
|
|
+ padding-top:0upx;
|
|
|
|
|
+ padding-bottom:150upx;
|
|
|
}
|
|
}
|
|
|
.prompt-text {
|
|
.prompt-text {
|
|
|
color: $fontColor3;
|
|
color: $fontColor3;
|
|
@@ -496,7 +497,6 @@ export default {
|
|
|
margin-bottom: 30upx;
|
|
margin-bottom: 30upx;
|
|
|
}
|
|
}
|
|
|
.module-com {
|
|
.module-com {
|
|
|
- margin-bottom: 20upx;
|
|
|
|
|
.member-wrap {
|
|
.member-wrap {
|
|
|
.member-det {
|
|
.member-det {
|
|
|
font-size: 24upx;
|
|
font-size: 24upx;
|
|
@@ -512,8 +512,12 @@ export default {
|
|
|
}
|
|
}
|
|
|
// 按钮
|
|
// 按钮
|
|
|
.confirm-btn {
|
|
.confirm-btn {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ bottom: 0upx;
|
|
|
width: calc(100% - 60upx);
|
|
width: calc(100% - 60upx);
|
|
|
margin: 60upx 30upx 20upx;
|
|
margin: 60upx 30upx 20upx;
|
|
|
|
|
+ background-color: white;
|
|
|
|
|
+ z-index: 999;
|
|
|
.admin-button-com {
|
|
.admin-button-com {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|