Commit bd519457 authored by 18224442217's avatar 18224442217

no message

parent 94f95413
......@@ -506,13 +506,15 @@ 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 {
......@@ -520,6 +522,7 @@ export default {
border-radius: 10upx;
background: #DEBF7B;
color: white;
margin-bottom: 30upx;
}
.content {
......
......@@ -644,13 +644,15 @@ 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 {
......@@ -658,6 +660,7 @@ 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