diff --git a/src/app/ui/collection-tools/collection-tools.component.scss b/src/app/ui/collection-tools/collection-tools.component.scss
index 2ca8282..ed539b9 100644
--- a/src/app/ui/collection-tools/collection-tools.component.scss
+++ b/src/app/ui/collection-tools/collection-tools.component.scss
@@ -69,10 +69,16 @@
}
}
.rightSave {
- margin: 0 10px;
- cursor: pointer;
vertical-align: middle;
color: #279FFF;
+ position: absolute;
+ right: 15px;
+ cursor: pointer;
+ }
+}
+@media screen and (max-width:1400px){
+ .header {
+ min-height: 30px;
}
}
@@ -166,8 +172,49 @@
right: 0;
}
- //右边导航栏显示隐藏
- .togglePanel2 {
+ .bottomCss{
+ position: absolute;
+ left: 232px;
+ right: 0px;
+ bottom: 0;
+ height: 158px;
+ width: auto;
+ z-index: 100;
+ background-color: white;
+ border: 1px solid #464646;
+ .dragDiv{
+ width: 100%;
+ height: 3px;
+ position: absolute;
+ top: 0;
+ z-index: 1000;
+ cursor: n-resize;
+ }
+ .title{
+ height: 35px;
+ background-color: #464646;
+ div{
+ background-color: #464646;
+ float: left;
+ width: 80px;
+ color: white;
+ font-size: 13px;
+ padding-left: 5px;
+ cursor: pointer;
+ }
+ .detailsAndattentBtn{
+ background-color: #595959;
+ }
+ }
+ .body{
+ textarea{
+ width: 100%;
+ border-radius: 0px;
+ }
+ }
+ }
+ //右边导航栏显示隐藏
+ .togglePanel2 {
margin-right: -2000px;
transition: margin-right 1s;
}
@@ -179,6 +226,98 @@
}
+@media screen and (max-width:1400px){
+ .functionalDomain {
+ .centerBuildingDiv {
+ position: absolute;
+ max-width: 400px;
+ top:50px;
+ left: 223px;
+ z-index: 150;
+ display: flex;
+ }
+ .functionalDomainLeft {
+ background-color: #fff;
+ display: flex;
+ flex-direction: column;
+ margin-left: 0px;
+ transition: margin-left 0.5s;
+ min-width: 215px;
+ border: 1px solid #E6EAEE;
+ width: 215px;
+ left: 0;
+ z-index: 111;
+ .leftDragDiv{
+ position: absolute;
+ right: 0;
+ height: 100%;
+ width: 3px;
+ z-index: 1000;
+ cursor: e-resize;
+ }
+ }
+ .functionalDomainRight {
+ z-index: 111;
+ margin-right: 0px;
+ transition: margin-right 0.5s;
+ border: 1px solid #464646;
+ width: 200px;
+ right: 0;
+ }
+ .bottomCss{
+ left: 216px;
+ bottom: 0;
+ height: 120px;
+ width: auto;
+ z-index: 100;
+ background-color: white;
+ border: 1px solid #464646;
+ transition: left 0.5s;
+ .dragDiv{
+ display: none;
+ }
+ .title{
+ height: 28px;
+ background-color: #464646;
+ div{
+ height: 28px;
+ line-height: 28px;
+ background-color: #464646;
+ float: left;
+ width: 60px;
+ color: white;
+ font-size: 13px;
+ padding-left: 5px;
+ cursor: pointer;
+ }
+ .detailsAndattentBtn{
+ background-color: #595959;
+ }
+ }
+ .body{
+ textarea{
+ width: 100%;
+ border-radius: 0px;
+ }
+ }
+ }
+ //右边导航栏显示隐藏
+ .togglePanel2 {
+ margin-right: -2000px;
+ transition: margin-right 1s;
+ }
+ //左侧导航栏显示隐藏
+ .togglePanel {
+ margin-left: -220px;
+ transition: margin-left 1s;
+ }
+ .togglePanel3{
+ left: 0;
+ transition: left 1s;
+ }
+ }
+}
+
//中间建筑/楼层
.centerTotal {
width: 197px;
@@ -213,6 +352,11 @@
}
}
//中间建筑/楼层
+@media screen and (max-width:1400px){
+ .centerTotal{
+ width: 160px;
+ }
+}
//右边操作栏
.title{
@@ -428,12 +572,12 @@ div:focus {
}
.bigBox{
- width: 650px;
+ width: 580px;
height: 40px;
line-height: 40px;
position: absolute;
overflow: hidden;
- right: 0;
+ right: 52px;
top: 0;
}
.weatherBox{
@@ -460,53 +604,33 @@ div:focus {
vertical-align: middle;
}
}
+@media screen and (max-width:1400px){
+ .bigBox{
+ z-index: 9999;
+ width: 479px;
+ right: 233px;
+ top: 35px;
+ .weatherBox{
+ .name{
+ font-size: 13px;
+ }
+ .weatherInput{
+ width: 99px;
+ }
+ .weatherSelect{
+ width: 88px;
+ }
+ }
+ }
+}
+
.open{
right: 0px;
}
.close{
right:-622px;
}
-.bottomCss{
- position: absolute;
- left: 232px;
- right: 0px;
- bottom: 0;
- height: 158px;
- width: auto;
- z-index: 100;
- background-color: white;
- border: 1px solid #464646;
- .dragDiv{
- width: 100%;
- height: 3px;
- position: absolute;
- top: 0;
- z-index: 1000;
- cursor: n-resize;
- }
- .title{
- height: 35px;
- background-color: #464646;
- div{
- background-color: #464646;
- float: left;
- width: 80px;
- color: white;
- font-size: 13px;
- padding-left: 5px;
- cursor: pointer;
- }
- .detailsAndattentBtn{
- background-color: #595959;
- }
- }
- .body{
- textarea{
- width: 100%;
- border-radius: 0px;
- }
- }
-}
+
//人或车所属单位输入框
.orInput{
diff --git a/src/app/ui/collection-tools/panel.scss b/src/app/ui/collection-tools/panel.scss
index 666a2ad..9dd9848 100644
--- a/src/app/ui/collection-tools/panel.scss
+++ b/src/app/ui/collection-tools/panel.scss
@@ -20,6 +20,18 @@
color: #000;
background: linear-gradient(to top,#cdced1,#FFF);
}
+@media screen and (max-width:1400px){
+ .planarGraphHeader{
+ position: relative;
+ .btnlabel{
+ margin-left: 0px;
+ display: flex;
+ position: absolute;
+ right: 8px;
+ }
+ }
+}
+
//平面图头部字体图标样式
.hover {
width: 18px;
diff --git a/src/app/ui/enterpriseuser/enterpriseuser.component.html b/src/app/ui/enterpriseuser/enterpriseuser.component.html
index af329b3..b22183d 100644
--- a/src/app/ui/enterpriseuser/enterpriseuser.component.html
+++ b/src/app/ui/enterpriseuser/enterpriseuser.component.html
@@ -1,78 +1,82 @@
-