|
@@ -334,6 +334,10 @@ sidebar-menu-item>li icon>i.fa-thumb-tack[iv-tooltip="设置"] {
|
|
|
|
|
|
/* 数据集 */
|
|
/* 数据集 */
|
|
|
|
|
|
|
|
+button[ng-click="vm.setResourceToEdit()"] {
|
|
|
|
+ display: none !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.ng-isolate-scope sidebar-menu-item>li.sidebar-menu-item-mode-alignment {
|
|
.ng-isolate-scope sidebar-menu-item>li.sidebar-menu-item-mode-alignment {
|
|
/* display: none !important; */
|
|
/* display: none !important; */
|
|
}
|
|
}
|
|
@@ -964,11 +968,13 @@ form[class="ng-pristine ng-valid"] .panel .panel-body .add-building:hover {
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
- button[ng-click="vm.exportSiteModel()"] {
|
|
|
|
|
|
+button[ng-click="vm.exportSiteModel()"] {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
+button[ng-click="vm.addEntity(vm.SiteModelType.BUILDING)"] {
|
|
|
|
+ display: none !important;
|
|
|
|
+}
|
|
|
|
|
|
form[class="ng-pristine ng-valid"] .panel .panel-body label.btn-block {
|
|
form[class="ng-pristine ng-valid"] .panel .panel-body label.btn-block {
|
|
/* display: none; */
|
|
/* display: none; */
|