go-view/src/styles/pages/index.scss
2023-07-09 15:54:01 +08:00

15 lines
244 B
SCSS

// 页面全局样式
// 去除高德地图 logo
.amap-logo {
display: none !important;
opacity: 0 !important;
}
.amap-copyright {
opacity: 0 !important;
}
[data-theme='dark'] {
body {
background-color: #18181c;
}
}