This commit is contained in:
lll 2023-12-01 17:09:07 +08:00
parent edfe05eda9
commit 0025bcfca3
1 changed files with 3 additions and 2 deletions

View File

@ -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 {