试试看

This commit is contained in:
aixianling
2022-03-18 18:27:24 +08:00
parent 803f8a4772
commit fbbd7aadd6

View File

@@ -339,7 +339,7 @@ export default {
::v-deep .pendingList { ::v-deep .pendingList {
height: 500px; height: 500px;
overflow-y: auto; overflow-y: auto;
padding: 0 32px 120px; padding: 0 32px;
box-sizing: border-box; box-sizing: border-box;
.pendingItem { .pendingItem {
@@ -354,9 +354,6 @@ export default {
} }
::v-deep.bottomBtns { ::v-deep.bottomBtns {
position: fixed;
left: 0;
bottom: 0;
width: 100vw; width: 100vw;
display: flex; display: flex;
align-items: center; align-items: center;