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="导出实体"] {
 button[title="导出实体"] {
     display: none !important;
     display: none !important;
 }
 }
+
 /* 导入到实体 */
 /* 导入到实体 */
+
 button[title="导出实体"]+label.btn-file {
 button[title="导出实体"]+label.btn-file {
     display: none !important;
     display: none !important;
 }
 }
@@ -1940,7 +1942,7 @@ button[title="切换到3D视图"].active {
     margin-left: 60px !important;
     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;
     display: none !important;
 }
 }