diff --git a/App.vue b/App.vue index 5258844..5fc741d 100644 --- a/App.vue +++ b/App.vue @@ -76,6 +76,10 @@ .uni-forms-item--border { padding: 4rpx } + .uni-forms-item__content { + display: flex; + align-items: center; + } .dialogWrap { position: fixed; width: 100vw; @@ -122,5 +126,14 @@ z-index: 1; background-color: white; } - + .footer_fixed { + position: fixed; + bottom: 0; + left: 0; + right: 0; + background-color: #fff; + padding: 12rpx; + box-shadow: 0 -2rpx 8rpx rgba(0, 0, 0, 0.1); + z-index: 10; + }