Li Kui
2023-09-11 3ed49c3f8fe8ef966f6bcffd70b85a47797ae87d
src/design/ant/index.less
@@ -2,19 +2,10 @@
@import './input.less';
@import './btn.less';
// TODO beta.11 fix
.ant-col {
  width: 100%;
}
.ant-image-preview-root {
  img {
    display: unset;
  }
}
span.anticon:not(.app-iconify) {
  vertical-align: 0.125em !important;
}
.ant-back-top {
@@ -29,12 +20,12 @@
}
.ant-image-preview-operations {
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgb(0 0 0 / 30%);
}
.ant-popover {
  &-content {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  }
}
@@ -56,3 +47,17 @@
.modal-icon-info {
  color: @primary-color !important;
}
.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-top: 0 !important;
  border-left: 0 !important;
}
.ant-form-item-control-input-content {
  > div {
    > div {
      max-width: 100%;
    }
  }
}