gaoluyang
3 天以前 2722434125ecbf860b97f793b6711e7567647729
src/views/reportAnalysis/productionAnalysis/index.vue
@@ -36,7 +36,6 @@
      <div class="right-panel">
        
        <RightTop />
        <RightBottom />
      </div>
    </div>
    </div>
@@ -49,7 +48,6 @@
import LeftBottom from './components/left-bottom.vue'
import CenterCenter from './components/center-center.vue'
import RightTop from './components/right-top.vue'
import RightBottom from './components/right-bottom.vue'
import useUserStore from '@/store/modules/user'
import LeftTop from './components/left-top.vue'
import CenterTop from './components/center-top.vue'
@@ -269,7 +267,7 @@
}
/* 确保各面板能够正确显示 */
.left-panel, .center-panel, .right-panel {
.left-panel, .right-panel {
overflow: hidden;
}
@@ -287,6 +285,7 @@
display: flex;
flex-direction: column;
gap: 20px;
overflow: visible;
}
</style>
</style>