king
2022-12-11 c0cc3267837040320b4c8a572d8055b80c4d1594
src/views/systemproc/proc/index.scss
@@ -15,6 +15,21 @@
        opacity: 0.5;
      }
    }
    .action-wrap {
      text-align: right;
      flex: 1;
      .ant-btn {
        margin-left: 20px;
      }
      .ant-btn[disabled] {
        background-color: #1890ff!important;
        border-color: #1890ff!important;
        color: #ffffff!important;
        opacity: 0.5;
      }
    }
  }
  .edit-wrap {
@@ -33,3 +48,15 @@
    }
  }
}
.mk-create-func {
  .ant-modal-body {
    min-height: 180px;
  }
  .ant-form-item {
    display: flex;
    .ant-form-item-control-wrapper {
      flex: 1;
    }
  }
}