According to the expansion and closing of the left menu bar and the left panel

        Recently, I encountered such a problem. When using Roi, I don’t want the folding panel on the left to be self-adaptive, but I want to turn off the self-adaptive folding function of the left panel. Also found a lot of information. Finally finally solved the problem.

First look at the problem as follows:

 The desired effect is as follows:

Solution: Comment in src/layout/mixin/index.vue : mixins:[ResizeMixin] to cancel the adaptive folding of the left panel.

  Reference: If you zoom in and out according to the browser, the left menu is fixed and expanded_guochanof's Blog-CSDN Blog

Guess you like

Origin blog.csdn.net/weixin_52890053/article/details/130849320