global.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. body {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. ul,
  6. ol {
  7. list-style: none;
  8. }
  9. ::-webkit-scrollbar {
  10. // display: none; /* Chrome Safari */
  11. width: 2px;
  12. height: 8px;
  13. }
  14. ::-webkit-scrollbar-thumb {
  15. border-radius: 4px;
  16. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  17. background-color: #ddd;
  18. background: rgba(0, 0, 0, 0);
  19. }
  20. :hover::-webkit-scrollbar-thumb {
  21. background: rgba(82, 82, 82, 0.3);
  22. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  23. }
  24. .myForm {
  25. .ant-form-item-control-input-content,
  26. .ant-select-selection-placeholder {
  27. flex: none;
  28. }
  29. }
  30. .ant-table-cell-fix-left,
  31. .ant-table-cell-fix-right {
  32. backdrop-filter: blur(10px);
  33. }
  34. .ant-btn-primary {
  35. box-shadow: 0 0px 0 rgba(229, 244, 255, 0.95) !important;
  36. }
  37. .ant-drawer-content,
  38. .ant-modal-content,
  39. .ant-dropdown,
  40. .rc-virtual-list,
  41. .ant-picker-panel-layout,
  42. .ant-select-dropdown,
  43. .ant-popover-content {
  44. backdrop-filter: blur(20px);
  45. }
  46. .virtual-table .ant-table-container:before,
  47. .virtual-table .ant-table-container:after {
  48. display: none;
  49. }
  50. .errorClassName {
  51. background-color: #ffccc9 !important;
  52. }
  53. .ant-space-compact {
  54. .selectCorpUser {
  55. border-start-start-radius: 0 !important;
  56. border-end-start-radius: 0 !important;
  57. }
  58. }