vben
2021-12-01 e024f6a6e76d531fa00d8895fb0cfca9f1cc15a4
src/design/ant/index.less
@@ -2,9 +2,14 @@
@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 {
@@ -19,19 +24,14 @@
}
.ant-image-preview-operations {
  background: rgba(0, 0, 0, 0.3);
  background-color: rgb(0 0 0 / 30%);
}
// =================================
// ==============descriptions=======
// =================================
// .ant-descriptions-bordered .ant-descriptions-item-label {
//   background-color: @background-color-light;
// }
// .ant-descriptions .ant-descriptions-item-content {
//   color: @text-color-call-out;
// }
.ant-popover {
  &-content {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  }
}
// =================================
// ==============modal message======
@@ -52,17 +52,8 @@
  color: @primary-color !important;
}
// =================================
// ==============empty==============
// =================================
.ant-empty-image {
  max-height: 144px;
  min-height: 60px;
}
.ant-empty-description {
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  color: @text-color-call-out;
.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-top: 0 !important;
  border-left: 0 !important;
}