Selaa lähdekoodia

'页面滚动条样式修改'

main
郑州 3 vuotta sitten
vanhempi
commit
93fa5ac2cd
1 muutettua tiedostoa jossa 12 lisäystä ja 3 poistoa
  1. +12
    -3
      src/global.less

+ 12
- 3
src/global.less Näytä tiedosto

@@ -1,7 +1,16 @@
// @app-header-height: 48px;
body {
color: red;
}
// body {
// color: red;
// }
#root {
height: 100%;
}
::-webkit-scrollbar {
width: 6px;
background-color: transparent;
}

::-webkit-scrollbar-thumb {
border-radius: 4px;
background: rgba(#000, 0.2);
}

Ladataan…
Peruuta
Tallenna