mars3d 3.10.5 → 3.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mars3d.css +12 -12
- package/mars3d.d.ts +147 -79
- package/mars3d.js +3 -3
- package/package.json +1 -1
package/mars3d.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D三维可视化平台 mars3d
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.10.
|
|
5
|
-
* 编译日期:2025-
|
|
4
|
+
* 版本信息:v3.10.7
|
|
5
|
+
* 编译日期:2025-10-24 21:04
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
7
|
* 使用单位:火星科技免费公开版 ,2025-07-01
|
|
8
8
|
*/
|
|
@@ -1212,9 +1212,9 @@
|
|
|
1212
1212
|
/** 按钮工具栏修改定位:"top-left"上侧靠左 */
|
|
1213
1213
|
.cesium-viewer-toolbar-top-left {
|
|
1214
1214
|
top: 10px;
|
|
1215
|
-
bottom: auto;
|
|
1215
|
+
bottom: auto !important;
|
|
1216
1216
|
left: 10px;
|
|
1217
|
-
right: auto;
|
|
1217
|
+
right: auto !important;
|
|
1218
1218
|
/**帮助 弹出面板*/
|
|
1219
1219
|
/**底图切换 弹出面板*/
|
|
1220
1220
|
}
|
|
@@ -1228,9 +1228,9 @@
|
|
|
1228
1228
|
/** 修改定位:"left-top"左侧靠上 */
|
|
1229
1229
|
.cesium-viewer-toolbar-left-top {
|
|
1230
1230
|
top: 10px;
|
|
1231
|
-
bottom: auto;
|
|
1231
|
+
bottom: auto !important;
|
|
1232
1232
|
left: 10px;
|
|
1233
|
-
right: auto;
|
|
1233
|
+
right: auto !important;
|
|
1234
1234
|
/**底图切换 弹出面板*/
|
|
1235
1235
|
/**帮助 弹出面板*/
|
|
1236
1236
|
/**二维三维切换*/
|
|
@@ -1266,10 +1266,10 @@
|
|
|
1266
1266
|
}
|
|
1267
1267
|
/** 修改定位:"left-bottom"左侧靠下 */
|
|
1268
1268
|
.cesium-viewer-toolbar-left-bottom {
|
|
1269
|
-
top: auto;
|
|
1269
|
+
top: auto !important;
|
|
1270
1270
|
bottom: 60px;
|
|
1271
1271
|
left: 10px;
|
|
1272
|
-
right: auto;
|
|
1272
|
+
right: auto !important;
|
|
1273
1273
|
/**底图切换 弹出面板*/
|
|
1274
1274
|
/**帮助 弹出面板*/
|
|
1275
1275
|
/**二维三维切换*/
|
|
@@ -1308,9 +1308,9 @@
|
|
|
1308
1308
|
/** 修改定位:"right-top"右侧靠上 */
|
|
1309
1309
|
.cesium-viewer-toolbar-right-top {
|
|
1310
1310
|
top: 10px;
|
|
1311
|
-
bottom: auto;
|
|
1311
|
+
bottom: auto !important;
|
|
1312
1312
|
right: 10px;
|
|
1313
|
-
left: auto;
|
|
1313
|
+
left: auto !important;
|
|
1314
1314
|
/**底图切换 弹出面板*/
|
|
1315
1315
|
/**帮助 弹出面板*/
|
|
1316
1316
|
/**二维三维切换*/
|
|
@@ -1347,10 +1347,10 @@
|
|
|
1347
1347
|
}
|
|
1348
1348
|
/** 修改定位:"right-bottom"右侧靠下 */
|
|
1349
1349
|
.cesium-viewer-toolbar-right-bottom {
|
|
1350
|
-
top: auto;
|
|
1350
|
+
top: auto !important;
|
|
1351
1351
|
bottom: 60px;
|
|
1352
1352
|
right: 10px;
|
|
1353
|
-
left: auto;
|
|
1353
|
+
left: auto !important;
|
|
1354
1354
|
/**底图切换 弹出面板*/
|
|
1355
1355
|
/**帮助 弹出面板*/
|
|
1356
1356
|
/**二维三维切换*/
|