king
2019-12-06 d05e0494d938c165d328c37ba452a2a8579ed724
src/templates/modalconfig/index.scss
@@ -27,6 +27,8 @@
    .ant-collapse-header {
      padding: 11px 16px 10px 40px;
      border-bottom: 1px solid #d9d9d9;
      background: #1890ff;
      color: #ffffff;
    }
    .ant-collapse-content-box {
      .ant-form-item {
@@ -36,6 +38,9 @@
          height: 25px;
          line-height: 25px;
        }
      }
      .ant-btn {
        margin-bottom: 10px;
      }
    }
    .search-element {
@@ -63,7 +68,6 @@
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        // white-space: nowrap;
        width: 100%;
        .anticon {
          position: absolute;
@@ -141,12 +145,12 @@
          background: transparent;
        }
        .ant-modal-close {
          opacity: 0.5;
          opacity: 0.3;
        }
        .ant-modal-footer {
          position: relative;
          button {
            opacity: 0.5;
            opacity: 0.3;
          }
        }
        .action-mask {
@@ -160,8 +164,12 @@
      .modal-form {
        min-height: 87px;
        .group-title {
          margin: 10px 0px;
          border-bottom: 1px solid #e8e8e8;
        }
        > .ant-row {
          min-height: 65px;
          min-height: 120px;
        }
        .ant-row .ant-col-6 {
          padding: 0 12px!important;