浏览代码

feat 提交css代码

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

+ 3 - 1
css/style.css

@@ -1250,7 +1250,9 @@ floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames |
 button[title="导出实体"] {
     display: none !important;
 }
+
 /* 导入到实体 */
+
 button[title="导出实体"]+label.btn-file {
     display: none !important;
 }
@@ -1940,7 +1942,7 @@ button[title="切换到3D视图"].active {
     margin-left: 60px !important;
 }
 
-#editPoi .modal-body .poiModalForm .form-group:nth-of-type(3) {
+#editPoi .modal-body .poiModalForm .form-group:nth-last-child(3) {
     display: none !important;
 }