mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
15 lines
244 B
SCSS
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;
|
|
}
|
|
} |