|
@@ -104,20 +104,6 @@
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
@import "@/assets/css/theme.scss";
|
|
@import "@/assets/css/theme.scss";
|
|
|
|
|
|
|
|
- :root {
|
|
|
|
|
- ::-webkit-scrollbar {
|
|
|
|
|
- width: 0;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- ::-webkit-scrollbar-track {
|
|
|
|
|
- width: 0;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- ::-webkit-scrollbar-thumb {
|
|
|
|
|
- width: 0;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
.implementing-container {
|
|
.implementing-container {
|
|
|
background: var(--content-bg);
|
|
background: var(--content-bg);
|
|
|
border-radius: var(--radius);
|
|
border-radius: var(--radius);
|