linsy

Results 2 issues of linsy

如下图: 图一是没有加logo,whiteMargin为40的正常情况,四周各20的外边距;图二是加了logo后生成的码,whiteMargin全部作用到了下边距和右边距,码出现了偏移。 ![image](https://user-images.githubusercontent.com/15061856/45740890-de5ab380-bc28-11e8-8b3c-27ee23fa3fa2.png) ![image](https://user-images.githubusercontent.com/15061856/45740907-eadf0c00-bc28-11e8-86aa-5f171e3a483c.png)

### Element UI version 2.15.7 ### OS/Browsers version macOS10.15.7/firfox96.0.2 ### Vue version 2.6.14 ### Reproduction Link ### Steps to reproduce 我们的是一个后台管理系统,常规的左右菜单加内容的布局方式。 由于需要将el-dialog弹窗控制在内容区域,而不是全页面覆盖弹出。有次引发出来的问题就是,当el-dialog在弹出状态的时候,我就可以点击菜单切换到其它页面,再点击显示一个el-dailog出来。这时候如果再次切回之前的页面,发现el-dialog弹窗还在,背景遮罩消失了 ### What is Expected? 期待两个缓存页面切换的时候,页面内部的el-dialog和遮罩一并缓存 ### What is...