style:ui样式
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user