This commit is contained in:
wangxinbo 2021-09-25 19:26:29 +08:00
parent f83d147481
commit 70a25e2a67

View File

@ -214,12 +214,8 @@ export default {
display: inline-block; display: inline-block;
} }
.tree { .tree {
<<<<<<< HEAD
overflow:auto; overflow:auto;
height: calc(100% - 52px); height: calc(100% - 52px);
=======
overflow: auto;
max-height: 600px; max-height: 600px;
>>>>>>> master
} }
</style> </style>