diff --git a/src/views/lll/PDS.vue b/src/views/lll/PDS.vue index 489570f..788c075 100644 --- a/src/views/lll/PDS.vue +++ b/src/views/lll/PDS.vue @@ -144,7 +144,7 @@ export default { list = item.list; } }); - return list; + this.list = list; }, sendMessageToCSharp(name) { window.vuplex.postMessage(name); @@ -217,7 +217,8 @@ export default { list-style-type: none; color: #fff; font-size: 30px; - height: 1300px; + max-height: 1300px; + min-height: 600px; overflow-y: auto; overflow-x: hidden; li {