king
2020-02-28 282fd00654a0e777cdbca700fe6488d04fec6be8
src/templates/formtabconfig/index.scss
@@ -207,6 +207,7 @@
                display: flex;
                margin-bottom: 0px;
                .ant-form-item-label {
                  overflow: visible;
                  label {
                    width: 100%;
                    cursor: move;
@@ -254,14 +255,16 @@
              }
              .edit {
                position: absolute;
                left: calc(34% - 100px);
                top: 5px;
                // left: calc(34% - 100px);
                right: 100px;
                top: -5px;
                color: #1890ff;
                cursor: pointer;
                display: none;
              }
              .edit.close {
                left: calc(34% - 80px);
                // left: calc(34% - 80px);
                right: 80px;
                color: #ff4d4f;
              }
            }