king
2022-08-02 8d66ff34fae5b048a6b7923cc75d34f13a08be9d
src/views/design/index.scss
@@ -2,6 +2,10 @@
  display: flex;
  flex: auto;
  min-height: 100%;
  .mk-save-menu[disabled] {
    background: #ffffff!important;
  }
}
.mk-design-view {
  #mk-tabview-wrap {
@@ -16,4 +20,24 @@
  #mk-tabview-wrap.hastab + .sys-header-container .app-prod-entrance {
    display: none;
  }
}
.mk-popover-control-wrap {
  .anticon-plus {
    color: #26C281;
  }
  .anticon-swap {
    position: relative;
    z-index: 2;
    color: #1890ff;
  }
  .mk-swap {
    transform: rotate(90deg);
  }
  .mk-swap.disabled {
    cursor: not-allowed!important;
    color: #959595;
  }
}
.mk-menu-control.mk-popover-control-wrap {
  padding-bottom: 0px;
}