|
@@ -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;
|
|
}
|
|
}
|
|
|
|
|