浏览代码

feat:更新文件

jinx 3 年之前
父节点
当前提交
04862fcd49
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 4 2
      css/style.css
  2. 1 1
      main.js

+ 4 - 2
css/style.css

@@ -1229,10 +1229,12 @@ poi-export-import .collapse-style {
 floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames | reverse"] {
     background: transparent !important;
     border-radius: 4px !important;
+    color: #999 !important;
+}
+floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames | reverse"].active{
     color: #15BEC8 !important;
 }
 
-
 /* 关于 */
 
 #about-modal .modal-body>div:nth-of-type(4) {
@@ -1830,7 +1832,7 @@ measurement-list {
 }
 
 floor-changer .btn-group-vertical {
-    display: none !important;
+    /* display: none !important; */
 }
 
 .measurement-list-items {

+ 1 - 1
main.js

@@ -96113,7 +96113,7 @@ and limitations under the License.
            this.modes = {
                normal: {
                    name: a.ModeState.NORMAL,
-                   HtmlButtonTranslation: this.gettext("IndoorViewer", void 0, "title")
+                   HtmlButtonTranslation: this.gettext("", void 0, "title")
                },
                datasetAlignment: {
                    name: a.ModeState.DATASET_ALIGNMENT,