mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-30 04:42:45 +08:00
调整滚动条样式
This commit is contained in:
parent
d441ef2a1a
commit
c9160d35ae
@ -223,10 +223,10 @@ export default defineComponent({
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
||||||
background: rgba(194, 194, 194, 0.4);
|
background: rgba(194, 194, 194, 0.4);
|
||||||
|
border: rgba(194, 194, 194, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track-piece {
|
||||||
border-radius: 10px;
|
background: rgba(194, 194, 194, 0.1);
|
||||||
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user