123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- input {
- outline: none !important;
- }
- //overwrite antd-pro css
- .kcmp-ant-pro-global-header {
- padding: 0 !important;
- }
- .kcmp-ant-pro-sider-light {
- border-right: 1px solid #f5f3f3;
- }
- .kcmp-ant-col-12 {
- max-width: 100%;
- }
- // div {
- // overflow-x: h idden;
- // }
- div::-webkit-scrollbar{
-
- width:2px;
- height:2px;
- /**/
- }
- div::-webkit-scrollbar-track{
- background:transparent;
- border-radius:2px;
- }
- div::-webkit-scrollbar-thumb{
- background: #bfbfbf;
- border-radius:10px;
- }
- div::-webkit-scrollbar-thumb:hover{
- background: rgb(136, 135, 135);
- }
- div::-webkit-scrollbar-corner{
- background:rgb(136, 135, 135) ;
- }
- //--------------------
|