From 0025bcfca38691fce9a2dca6a8c75696e2404c0d Mon Sep 17 00:00:00 2001 From: lll Date: Fri, 1 Dec 2023 17:09:07 +0800 Subject: [PATCH] 11 --- src/views/lll/PDS.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {