This commit is contained in:
parent
edfe05eda9
commit
0025bcfca3
|
|
@ -144,7 +144,7 @@ export default {
|
||||||
list = item.list;
|
list = item.list;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return list;
|
this.list = list;
|
||||||
},
|
},
|
||||||
sendMessageToCSharp(name) {
|
sendMessageToCSharp(name) {
|
||||||
window.vuplex.postMessage(name);
|
window.vuplex.postMessage(name);
|
||||||
|
|
@ -217,7 +217,8 @@ export default {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
height: 1300px;
|
max-height: 1300px;
|
||||||
|
min-height: 600px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
li {
|
li {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue