feat: 添加批量新增的页面

This commit is contained in:
zhangyu
2021-08-04 16:55:11 +08:00
parent b64d242458
commit 6dd7c9c279
12 changed files with 574 additions and 150 deletions

View File

@@ -134,6 +134,7 @@ export default {
<style lang="scss">
.select-walk-tree {
height: 350px;
overflow-y: auto;
}
.select-walk-tree .el-tree-node__content {
height: 34px;
@@ -181,4 +182,5 @@ export default {
top: 50%;
transform: translate(10px, -50%);
}
</style>