无人机管理后台前端(已迁走)
罗广辉
2025-06-21 f1c3131872fc49e58db3e7ef6bbc0ba124f9d93c
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;
              }
          }
      }
  }
}