Browse Source

[完善]删除多余代码

develop
邵佳豪 4 years ago
parent
commit
db1f98bf11
  1. 3
      src/app/ui/plan/collection-tools.component.scss

3
src/app/ui/plan/collection-tools.component.scss

@ -10,9 +10,7 @@
padding: 1px; padding: 1px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.buildingbtnchecked{ .buildingbtnchecked{
// background-color: #e46b03;
color: white; color: white;
background-image: url("../../../assets/images/标签选中.png")!important; background-image: url("../../../assets/images/标签选中.png")!important;
} }
@ -165,7 +163,6 @@
} }
.functionalDomainRight { .functionalDomainRight {
color: white; color: white;
// background-color: #113e5e;
z-index: 1001; z-index: 1001;
margin-right: 0px; margin-right: 0px;
transition: margin-right 0.5s; transition: margin-right 0.5s;

Loading…
Cancel
Save