king
2020-03-26 e0f1f05b7567a7bfd29fd5ad54e4b2222ddfcb94
src/templates/modalconfig/index.scss
@@ -211,6 +211,8 @@
            display: flex;
            margin-bottom: 0px;
            .ant-form-item-label {
              overflow: visible;
              position: relative;
              height: 40px;
              label {
                width: 100%;
@@ -219,6 +221,22 @@
                display: inline-block;
                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 {
@@ -250,41 +268,14 @@
              width: 89.5%;
            }
          }
          .edit {
            position: absolute;
            left: calc(33% - 70px);
            top: 0px;
            color: #1890ff;
            cursor: pointer;
            display: none;
          }
          .edit.close {
            left: calc(33% - 45px);
            color: #ff4d4f;
          }
        }
        .ant-col.textarea2 {
          padding-left: 7px;
          .page-card {
            .edit {
              left: calc(17% - 70px);
            }
            .edit.close {
              left: calc(17% - 45px);
            }
          }
        }
        .ant-col.textarea3 .page-card {
          .edit {
            left: calc(11% - 70px);
          }
          .edit.close {
            left: calc(11% - 45px);
          }
        }
        .page-card:hover {
          .edit {
            display: inline-block;
          .ant-form-item {
            .ant-form-item-label {
              .edit {
                display: inline-block;
              }
            }
          }
        }
        .ant-calendar-picker {
@@ -294,7 +285,7 @@
      > .anticon-setting {
        position: absolute;
        font-size: 16px;
        right: 10px;
        right: 15px;
        top: 10px;
      }
    }