king
2020-03-26 e0f1f05b7567a7bfd29fd5ad54e4b2222ddfcb94
src/templates/modalconfig/index.scss
@@ -163,6 +163,7 @@
      }
      .modal-form {
        padding: 0px 24px;
        min-height: 87px;
        .group-title {
          position: relative;
@@ -210,7 +211,8 @@
            display: flex;
            margin-bottom: 0px;
            .ant-form-item-label {
              // width: 100px;
              overflow: visible;
              position: relative;
              height: 40px;
              label {
                width: 100%;
@@ -220,9 +222,24 @@
                text-overflow: ellipsis;
                white-space: nowrap;
              }
              .edit {
                position: absolute;
                right: 50px;
                top: -5px;
                color: #1890ff;
                cursor: pointer;
                display: none;
              }
              .edit.close {
                right: 10px;
                color: #ff4d4f;
              }
              .edit.copy {
                right: 30px;
                color: #26C281;
              }
            }
            .ant-form-item-control-wrapper {
              flex: 1 1;
              .ant-select {
                width: 100%;
                margin-top: 4px;
@@ -244,23 +261,21 @@
                opacity: 0;
              }
            }
          }
          .edit {
            position: absolute;
            left: calc(33% - 100px);
            top: 0px;
            color: #1890ff;
            cursor: pointer;
            display: none;
          }
          .edit.close {
            left: calc(33% - 75px);
            color: #ff4d4f;
            .ant-col-cuslabel {
              width: 10.5%;
            }
            .ant-col-cuswrap {
              width: 89.5%;
            }
          }
        }
        .page-card:hover {
          .edit {
            display: inline-block;
          .ant-form-item {
            .ant-form-item-label {
              .edit {
                display: inline-block;
              }
            }
          }
        }
        .ant-calendar-picker {
@@ -270,7 +285,7 @@
      > .anticon-setting {
        position: absolute;
        font-size: 16px;
        right: 10px;
        right: 15px;
        top: 10px;
      }
    }