|
@@ -8,12 +8,12 @@
|
|
|
<link rel="stylesheet" href="https://unpkg.com/element-plus/dist/index.css" />
|
|
<link rel="stylesheet" href="https://unpkg.com/element-plus/dist/index.css" />
|
|
|
<style>
|
|
<style>
|
|
|
::-webkit-scrollbar {
|
|
::-webkit-scrollbar {
|
|
|
- width: 10px;
|
|
|
|
|
- height: 10px;
|
|
|
|
|
|
|
+ width: 6px;
|
|
|
|
|
+ height: 6px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
::-webkit-scrollbar-track {
|
|
|
- width: 6px;
|
|
|
|
|
|
|
+ width: 3px;
|
|
|
background: rgba(#101F1C, 0.1);
|
|
background: rgba(#101F1C, 0.1);
|
|
|
-webkit-border-radius: 2em;
|
|
-webkit-border-radius: 2em;
|
|
|
-moz-border-radius: 2em;
|
|
-moz-border-radius: 2em;
|