This commit is contained in:
liuye
2021-12-23 19:47:01 +08:00
parent 7da481bc3c
commit e997311d64

View File

@@ -425,7 +425,7 @@ export default {
.search-list {
position: fixed;
width: 100%;
height: 700px;
height: calc(100% - 130px);
overflow-y: scroll;
top: 128px;
left: 0;