king
2020-08-28 71a0e75ecb56ae643fe1e86188d45f93f48388c9
src/templates/modalconfig/index.scss
@@ -160,25 +160,9 @@
          margin-bottom: 10px;
          padding-top: 10px;
          border-bottom: 1px solid #e8e8e8;
          .edit {
            position: absolute;
            left: 0;
            top: 0px;
            color: #1890ff;
            cursor: pointer;
            display: none;
          }
          .edit.close {
            left: 20px;
            color: #ff4d4f;
          }
        }
        .group-title.default {
          color: #bcbcbc;
        }
        .group-title:not(.default):hover {
          .edit {
            display: inline-block;
          span {
            padding: 0 5px 5px;
          }
        }
        > .ant-row {
@@ -197,7 +181,7 @@
          position: relative;
          background: #ffffff;
          border-radius: 2px;
          padding-top: 15px;
          margin-bottom: 15px;
          .ant-form-item {
            cursor: move;
            display: flex;
@@ -213,22 +197,6 @@
                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 {
@@ -258,15 +226,6 @@
            }
            .ant-col-cuswrap {
              width: 89.5%;
            }
          }
        }
        .page-card:hover {
          .ant-form-item {
            .ant-form-item-label {
              .edit {
                display: inline-block;
              }
            }
          }
        }