king
2025-01-16 325aa13d3b61d1c066f8fcab107003ef36713df3
src/assets/css/design.scss
@@ -77,6 +77,25 @@
  }
}
// 自定义滚动样式
.mk-scrollbar {
  overflow-y: auto;
}
.mk-scrollbar::-webkit-scrollbar {
  width: 7px;
}
.mk-scrollbar::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
  background: rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}
.mk-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0);
  border-radius: 3px;
}
.ant-modal {
  .ant-radio-group {
    white-space: nowrap;