This commit is contained in:
parent
edfe05eda9
commit
0025bcfca3
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue