样式调整
This commit is contained in:
@@ -77,12 +77,12 @@ defineExpose({ getTreeData });
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.plan_tree {
|
||||
width: 200px;
|
||||
height: 100%;
|
||||
// width: 200px;
|
||||
// height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 5px;
|
||||
height: calc(100% - 70px);
|
||||
// height: calc(100% - 70px);
|
||||
background-color: #fff;
|
||||
.search_view {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user