Browse Source

optimize UI

haopeng 2 years ago
parent
commit
957abd0db8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/home/detailList/index.vue

+ 1 - 1
src/pages/home/detailList/index.vue

@@ -105,7 +105,7 @@ export default {
105
 <style lang="less" scoped>
105
 <style lang="less" scoped>
106
   .container {
106
   .container {
107
     width: 100%;
107
     width: 100%;
108
-    height: 504px;
108
+    height: 100%;
109
     background-color: #FFFFFF;
109
     background-color: #FFFFFF;
110
     overflow: hidden;
110
     overflow: hidden;
111
     overflow-y: auto;
111
     overflow-y: auto;