king
2019-12-06 2cb65d99c9aebf8293cb2838fcfe3e09fb2739ce
src/templates/modalconfig/index.scss
@@ -131,9 +131,34 @@
    .ant-card-body {
      position: relative;
      padding: 0;
      .ant-modal-content {
        max-width: 95%;
        margin: 0 auto;
        margin-top: 30px;
        .ant-modal-header {
          position: relative;
          z-index: 10;
          background: transparent;
        }
        .ant-modal-close {
          opacity: 0.5;
        }
        .ant-modal-footer {
          position: relative;
          button {
            opacity: 0.5;
          }
        }
        .action-mask {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
        }
      }
      .search-list {
        padding: 1px 24px 20px;
      .modal-form {
        min-height: 87px;
        > .ant-row {
          min-height: 65px;
@@ -172,6 +197,7 @@
                margin-top: 4px;
              }
              .ant-calendar-picker {
                width: 100%;
                margin-top: 4px;
              }
              .input-mask {
@@ -187,10 +213,15 @@
          .edit {
            position: absolute;
            left: 0;
            top: 5px;
            top: 0px;
            color: #1890ff;
            cursor: pointer;
            display: none;
          }
          .edit.close {
            left: 20px;
            color: #ff4d4f;
          }
        }
        .page-card:hover {
          .edit {