deeptwins-engine-3d 0.1.38 → 0.1.39

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.
@@ -20,22 +20,28 @@
20
20
  top: 0;
21
21
  width: 100%;
22
22
  height: 100%;
23
- z-index: -1;
23
+ z-index: 1;
24
24
  }
25
25
 
26
26
  .deeptwins-compass-left-direction {
27
+ position: relative;
28
+ z-index: 2;
27
29
  cursor: pointer;
28
30
  width: 8px;
29
31
  height: 32.5px;
30
32
  }
31
33
 
32
34
  .deeptwins-compass-pointer {
35
+ position: relative;
36
+ z-index: 2;
33
37
  width: 44px;
34
38
  height: 44px;
35
39
  margin: 0 4px;
36
40
  }
37
41
 
38
42
  .deeptwins-compass-right-direction {
43
+ position: relative;
44
+ z-index: 2;
39
45
  cursor: pointer;
40
46
  width: 8px;
41
47
  height: 32.5px;
@@ -44,6 +50,7 @@
44
50
  .deeptwins-compass-pitch-up {
45
51
  cursor: pointer;
46
52
  position: absolute;
53
+ z-index: 2;
47
54
  top: 10px;
48
55
  left: 50%;
49
56
  transform: translateX(-50%);
@@ -52,8 +59,9 @@
52
59
  }
53
60
 
54
61
  .deeptwins-compass-pitch-down {
55
- cursor: pointer;
56
62
  position: absolute;
63
+ cursor: pointer;
64
+ z-index: 2;
57
65
  bottom: 10px;
58
66
  left: 50%;
59
67
  transform: translateX(-50%);
package/dist/esm/index.js CHANGED
@@ -52,11 +52,11 @@ DEEP_TWINS_BASE_URL && (window.CESIUM_BASE_URL = DEEP_TWINS_BASE_URL);
52
52
  // 全局加载css
53
53
  loadCss(Cesium.buildModuleUrl('Widgets/widgets.css'));
54
54
  // 打印版本信息
55
- console.log('DeepTwinsEngine3D Version:', "0.1.38");
55
+ console.log('DeepTwinsEngine3D Version:', "0.1.39");
56
56
  export var DeepTwinsEngine3D = /*#__PURE__*/_createClass(function DeepTwinsEngine3D() {
57
57
  _classCallCheck(this, DeepTwinsEngine3D);
58
58
  });
59
- _defineProperty(DeepTwinsEngine3D, "Version", "0.1.38");
59
+ _defineProperty(DeepTwinsEngine3D, "Version", "0.1.39");
60
60
  _defineProperty(DeepTwinsEngine3D, "Map", Map);
61
61
  _defineProperty(DeepTwinsEngine3D, "GroundSkyBox", GroundSkyBox);
62
62
  _defineProperty(DeepTwinsEngine3D, "RasterLayer", RasterLayer);
@@ -1 +1 @@
1
- .deepTwins-toolTip{background:rgba(42,42,42,.9);border-radius:4px;color:#fff;display:none;font-size:12px;padding:4px 8px;pointer-events:none;position:absolute;transform:translate3d(10px,-50%,0);white-space:nowrap}.deepTwins-toolTip:before{border-bottom:5px solid transparent;border-right:5px solid rgba(0,0,0,.6);border-top:5px solid transparent;content:"";display:block;left:-5px;pointer-events:none;position:absolute;top:calc(50% - 5px)}#yunjinglogo{display:none}.deeptwins-compass{align-items:center;border-radius:50%;box-shadow:0 0 16px 0 rgba(48,113,144,.4);display:flex;height:90px;justify-content:center;position:relative;-ms-user-select:none;user-select:none;width:90px}.deeptwins-compass-bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.deeptwins-compass-left-direction{cursor:pointer;height:32.5px;width:8px}.deeptwins-compass-pointer{height:44px;margin:0 4px;width:44px}.deeptwins-compass-right-direction{cursor:pointer;height:32.5px;width:8px}.deeptwins-compass-pitch-up{top:10px}.deeptwins-compass-pitch-down,.deeptwins-compass-pitch-up{cursor:pointer;height:5.5px;left:50%;position:absolute;transform:translateX(-50%);width:9px}.deeptwins-compass-pitch-down{bottom:10px}
1
+ .deepTwins-toolTip{background:rgba(42,42,42,.9);border-radius:4px;color:#fff;display:none;font-size:12px;padding:4px 8px;pointer-events:none;position:absolute;transform:translate3d(10px,-50%,0);white-space:nowrap}.deepTwins-toolTip:before{border-bottom:5px solid transparent;border-right:5px solid rgba(0,0,0,.6);border-top:5px solid transparent;content:"";display:block;left:-5px;pointer-events:none;position:absolute;top:calc(50% - 5px)}#yunjinglogo{display:none}.deeptwins-compass{align-items:center;border-radius:50%;box-shadow:0 0 16px 0 rgba(48,113,144,.4);display:flex;height:90px;justify-content:center;position:relative;-ms-user-select:none;user-select:none;width:90px}.deeptwins-compass-bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.deeptwins-compass-left-direction{cursor:pointer;height:32.5px;position:relative;width:8px;z-index:2}.deeptwins-compass-pointer{height:44px;margin:0 4px;position:relative;width:44px;z-index:2}.deeptwins-compass-right-direction{cursor:pointer;height:32.5px;position:relative;width:8px;z-index:2}.deeptwins-compass-pitch-up{top:10px}.deeptwins-compass-pitch-down,.deeptwins-compass-pitch-up{cursor:pointer;height:5.5px;left:50%;position:absolute;transform:translateX(-50%);width:9px;z-index:2}.deeptwins-compass-pitch-down{bottom:10px}