Procházet zdrojové kódy

feat 提交css代码

jinx před 3 roky
rodič
revize
ff86842ef8
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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;
 }
 }