Commit 6ead165b by 陆志强

feat: 修复排行榜页面无法滚动的问题

parent 2ad0d1e7
...@@ -150,8 +150,8 @@ export default { ...@@ -150,8 +150,8 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.vote-rank { .vote-rank {
width: 100%; width: 100%;
min-height: 100%; height: 100%;
height: auto; overflow-y: auto;
background: linear-gradient(135deg, #429cff, #606cf5); background: linear-gradient(135deg, #429cff, #606cf5);
font-size: 14px; font-size: 14px;
&__search { &__search {
......
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 sign in to comment