king
2020-03-02 ba7c54e0029456e6b1bf7f0e0d31af69a3d74db3
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: 100px;
                top: -5px;
                color: #1890ff;
                cursor: pointer;
                display: none;
              }
              .edit.close {
                right: 60px;
                color: #ff4d4f;
              }
              .edit.copy {
                right: 80px;
                color: #26C281;
              }
            }
            .ant-form-item-control-wrapper {
@@ -250,45 +268,14 @@
              width: 89.5%;
            }
          }
          .edit {
            position: absolute;
            left: calc(33% - 100px);
            top: 0px;
            color: #1890ff;
            cursor: pointer;
            display: none;
          }
          .edit.close {
            left: calc(33% - 60px);
            color: #ff4d4f;
          }
          .edit.copy {
            left: calc(33% - 80px);
            color: #26C281;
          }
        }
        .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 {