refactor: jar包管理加滚动条

This commit is contained in:
chenjianxing 2021-02-01 20:13:05 +08:00
parent 6956f667fa
commit acc2a27d69
1 changed files with 5 additions and 0 deletions

View File

@ -72,4 +72,9 @@
<style scoped>
.jar-config-list {
max-height: 600px;
overflow: scroll;
}
</style>