king
2023-06-27 656ea3139db54b8dc9a29b8cb239d0f0df9a6c05
src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss
File was renamed from src/menu/components/chart/antv-X6/nodeupdate/index.scss
@@ -1,5 +1,6 @@
.node-edit-form {
  padding-top: 10px;
  overflow: hidden;
  .split-line {
    display: block;
    border-bottom: 1px solid #d9d9d9;
@@ -28,6 +29,12 @@
      .ant-form-item-control {
        line-height: 24px;
      }
      .ant-form-explain {
        font-size: 12px;
        min-height: 18px;
        color: #c8c8c8;
        margin-top: 1px;
      }
      .ant-input {
        height: 24px;
        padding: 0px 4px;
@@ -49,11 +56,11 @@
      }
      .color-sketch-block {
        height: 22px;
        height: 20px;
        margin-top: 2px;
        .color-sketch-block-box {
          width: 22px;
          height: 22px;
          width: 20px;
          height: 20px;
        }
        .color-sketch-value {
          display: none;
@@ -64,4 +71,22 @@
      }
    }
  }
}
.node-edit-form-wrap {
  height: calc(100% - 32px);
  overflow-y: auto;
}
.node-edit-form-wrap::-webkit-scrollbar {
  width: 5px;
}
.node-edit-form-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.07);
}
.node-edit-form-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0);
}