Commit de62268f authored by 18224442217's avatar 18224442217

no message

parent bd519457
......@@ -506,15 +506,13 @@ export default {
<style>
/**确认按钮**/
.submit {
padding-bottom: env(safe-area-inset-bottom);
width: 100%;
background: white;
position: fixed;
bottom: 0upx;
left: 0;
right: 0;
height: auto;
z-index: 99999999;
}
.sub-btn {
......@@ -522,7 +520,6 @@ export default {
border-radius: 10upx;
background: #DEBF7B;
color: white;
margin-bottom: 30upx;
}
.content {
......
......@@ -644,15 +644,13 @@ export default {
<style>
/**确认按钮**/
.submit {
padding-bottom: env(safe-area-inset-bottom);
width: 100%;
background: white;
position: fixed;
bottom: 0upx;
left: 0;
right: 0;
height: auto;
z-index: 99999999;
}
.sub-btn {
......@@ -660,7 +658,6 @@ export default {
border-radius: 10upx;
background: #111;
color: white;
margin-bottom: 30upx;
}
.content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment