|
@@ -130,7 +130,7 @@ api.fetchPanoData().then((res) => {
|
|
|
|
|
|
// 滚动条,只设置某一项可能导致不生效。
|
|
|
::-webkit-scrollbar { background: rgba(0, 0, 0, 0.2); width: 6px; height: 6px; }
|
|
|
-::-webkit-scrollbar-thumb { background: #C9AD83; border-radius: 3px; }
|
|
|
+::-webkit-scrollbar-thumb { background: #C9AD83; border-radius: 3px;}
|
|
|
::-webkit-scrollbar-corner { background: rgba(0, 0, 0, 0.2); }
|
|
|
|
|
|
// vue组件过渡效果
|