global.less 658 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. input {
  2. outline: none !important;
  3. }
  4. //overwrite antd-pro css
  5. .kcmp-ant-pro-global-header {
  6. padding: 0 !important;
  7. }
  8. .kcmp-ant-pro-sider-light {
  9. border-right: 1px solid #f5f3f3;
  10. }
  11. .kcmp-ant-col-12 {
  12. max-width: 100%;
  13. }
  14. // div {
  15. // overflow-x: h idden;
  16. // }
  17. div::-webkit-scrollbar{
  18. width:2px;
  19. height:2px;
  20. /**/
  21. }
  22. div::-webkit-scrollbar-track{
  23. background:transparent;
  24. border-radius:2px;
  25. }
  26. div::-webkit-scrollbar-thumb{
  27. background: #bfbfbf;
  28. border-radius:10px;
  29. }
  30. div::-webkit-scrollbar-thumb:hover{
  31. background: rgb(136, 135, 135);
  32. }
  33. div::-webkit-scrollbar-corner{
  34. background:rgb(136, 135, 135) ;
  35. }
  36. //--------------------