Browse Source

优化

shibei_master
zhaoyongnian 3 years ago
parent
commit
dd40eba513
  1. 3
      src/views/modules/visual/plugin/power/components/screen-org-tree.vue
  2. 2
      src/views/modules/visual/plugin/power/organization.vue

3
src/views/modules/visual/plugin/power/components/screen-org-tree.vue

@ -249,6 +249,9 @@ export default {
.screen-org-tree {
width: 100%;
height: 100%;
.level-row{
overflow: auto;
}
.level-1-row {
width: 100%;
display: flex;

2
src/views/modules/visual/plugin/power/organization.vue

@ -466,6 +466,7 @@ export default {
position: relative;
flex: 1;
height: 100%;
width: 50%;
&-top {
width: 100%;
height: 550px;
@ -511,6 +512,7 @@ export default {
position: relative;
flex: 1;
height: 100%;
width: 50%;
&-top {
width: 100%;
height: 100px;

Loading…
Cancel
Save