Sfoglia il codice sorgente

Merge branch 'master' of http://192.168.0.115:3000/4dkankan/laser_v1

xushiting 4 anni fa
parent
commit
dbe38e1404
4 ha cambiato i file con 30 aggiunte e 7 eliminazioni
  1. 29 6
      css/style.css
  2. BIN
      img/icon/icon_location_n.png
  3. BIN
      img/icon/icon_location_s.png
  4. 1 1
      translations/zh.json

+ 29 - 6
css/style.css

@@ -1612,8 +1612,8 @@ navbar-menu .navbar-default {
 
 #insetPanel .swap-views-button {
     position: fixed;
-    top: 7px;
-    right: 110px;
+    top: 6px;
+    right: 122px;
     z-index: 999;
     width: 0;
 }
@@ -1640,8 +1640,8 @@ navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
 
 .glyphicon-resize-full:before {
     content: "" !important;
-    width: 16px;
-    height: 16px;
+    width: 24px;
+    height: 24px;
     display: block;
     background: url(../img/icon/icon_location_n.png)no-repeat;
     background-size: 100% 100%;
@@ -1649,8 +1649,8 @@ navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
 
 .glyphicon-resize-full.active:before {
     content: "" !important;
-    width: 16px;
-    height: 16px;
+    width: 24px;
+    height: 24px;
     display: block;
     background: url(../img/icon/icon_location_s.png)no-repeat;
     background-size: 100% 100%;
@@ -1673,6 +1673,21 @@ point-cloud-viewport .view-switcher__holder {
     display: none !important;
 }
 
+.uncollapse-btn .button-padding-left {
+    width: 40px;
+    height: 40px;
+    background: rgba(0, 0, 0, 0.8);
+    border-radius: 50%;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+
+.uncollapse-btn .button-padding-leftimg[alt="arrow_icon"] {
+    width: 24px;
+    height: 24px;
+}
+
 .vertical-viewport-separator .btn-resizer {
     display: none !important;
 }
@@ -1746,4 +1761,12 @@ button[title="保存所选"] .material-icons {
     width: 20px;
     height: 20px;
     color: transparent !important;
+}
+
+#view-menu>.panel-body>.checkbox:nth-of-type(3) {
+    display: none!important;
+}
+
+#collapsequality div[ui-slider] {
+    display: none !important;
 }

BIN
img/icon/icon_location_n.png


BIN
img/icon/icon_location_s.png


File diff suppressed because it is too large
+ 1 - 1
translations/zh.json