king
2023-08-03 f6adeb27e1c1ff7299bbf5079a5749cbcd7864de
src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss
@@ -8,6 +8,17 @@
    padding-bottom: 2px;
    font-size: 13px;
  }
  .mk-data {
    font-size: 13px;
    padding: 0 12px;
    >div {
      padding-bottom: 2px;
    }
  }
  textarea.ant-input {
    padding: 0px 4px;
    border-radius: 0px;
  }
  .ant-form-item {
    display: flex;
    margin-bottom: 10px;
@@ -69,6 +80,13 @@
          border-radius: 0px;
        }
      }
      .ant-select-selection--single {
        height: 26px;
        border-radius: 0px;
      }
      .ant-select-selection__rendered {
        line-height: 24px;
      }
    }
  }
}
@@ -89,4 +107,15 @@
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0);
}
.normal-node-form {
  >.ant-row >.ant-col-24 {
    .ant-form-item-label {
      width: 16%;
    }
    .ant-form-item-control-wrapper {
      width: 84%;
    }
  }
}