src/styles/element-ui.scss
@@ -60,3 +60,42 @@ .avue--detail .el-form-item { background-color: #fafafa; } .showFullScreenDlg { display: flex; justify-content: space-between; .el-dialog { position: relative; padding: 0; overflow: hidden; .el-dialog__body { width: 100%; height: 100%; iframe { width: 100%; height: 100%; } } .el-dialog__header { height: 0; overflow: hidden; padding: 0; .el-dialog__headerbtn { position: absolute; left: 0; top: 14px; .el-dialog__close { color: #fff; font-size: 35px; z-index: 99; } } } } }