feat: 新增预览拖拽

This commit is contained in:
奔跑的面条
2023-07-09 15:54:01 +08:00
parent 37b84fcf12
commit 006b79f21e
7 changed files with 197 additions and 101 deletions
+15 -9
View File
@@ -1,9 +1,15 @@
// 页面全局样式
// 去除高德地图 logo
.amap-logo {
display: none !important;
opacity: 0 !important;
}
.amap-copyright {
opacity: 0 !important;
}
// 页面全局样式
// 去除高德地图 logo
.amap-logo {
display: none !important;
opacity: 0 !important;
}
.amap-copyright {
opacity: 0 !important;
}
[data-theme='dark'] {
body {
background-color: #18181c;
}
}