style:ui样式

This commit is contained in:
王博冉
2022-12-06 15:26:29 +08:00
parent cafccf1aaa
commit b4bcccd186
21 changed files with 239 additions and 45 deletions

View File

@@ -81,11 +81,12 @@ const isMobile = ref('pc')
display: none;
}
.theme-example-bg::-webkit-scrollbar {
width: 6px;
background-color: #ddd;
width: 4px;
background-color: #ffffff;
}
.theme-example-bg::-webkit-scrollbar-thumb {
background-color: #a5b1c6;
background-color: #D8D8D8;
border-radius: 10px;
}
.theme-mobile {
height: 100%;