fix: 修复详情下拉关系未能适配浏览器分辨率问题
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
height: 350px;
|
||||
|
||||
&.overview-map--ip {
|
||||
height: 300px;
|
||||
height: 210px;
|
||||
}
|
||||
&.overview-map--app {
|
||||
height: 325px;
|
||||
height: 260px;
|
||||
}
|
||||
.cn-chart {
|
||||
height: 100%;
|
||||
@@ -123,39 +123,9 @@
|
||||
}
|
||||
|
||||
.overview__content.domain__content {
|
||||
.overview__tags.domain__tags.overview__ip-tags,.overview__tags.domain__tags.overview__app-tags {
|
||||
max-width: 1200px;
|
||||
.overview__domain-more-tabs.show-more-app {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
right: -92px;
|
||||
top: -180px;
|
||||
}
|
||||
.overview__domain-more-tabs.show-more-ip {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: -180px;
|
||||
right: -92px;
|
||||
}
|
||||
}
|
||||
.overview__tags.domain__tags.overview__domain-tags {
|
||||
max-width: 1500px;
|
||||
.overview__domain-more-tabs.show-more-app {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: -180px;
|
||||
right: -92px;
|
||||
}
|
||||
.overview__domain-more-tabs.show-more-ip {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: -180px;
|
||||
right: -92px;
|
||||
}
|
||||
}
|
||||
.overview__tags.domain__tags {
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
width: 70%;
|
||||
.overview__domain-tabs {
|
||||
display: flex;
|
||||
margin: 0 0 8px 0;
|
||||
@@ -190,16 +160,18 @@
|
||||
border-radius: 15px;
|
||||
}
|
||||
.overview__domain-btn {
|
||||
background-color: #EFF6FE;
|
||||
width: 44px;
|
||||
height: 24px;
|
||||
border-radius: 15px;
|
||||
color: #3976CB;
|
||||
text-align: center;
|
||||
margin: 4px 12px 0 0;
|
||||
padding: 6px 15px;
|
||||
line-height: .3;
|
||||
cursor: pointer;
|
||||
.overview__domain-more {
|
||||
background-color: #EFF6FE;
|
||||
width: 44px;
|
||||
height: 24px;
|
||||
border-radius: 15px;
|
||||
color: #3976CB;
|
||||
text-align: center;
|
||||
margin: 4px 12px 0 0;
|
||||
padding: 6px 15px;
|
||||
line-height: .3;
|
||||
cursor: pointer;
|
||||
}
|
||||
position: relative;
|
||||
}
|
||||
.overview__domain-more-tabs {
|
||||
@@ -210,6 +182,10 @@
|
||||
box-shadow: 0 3px 6px -4px rgba(0,0,0,0.12), 0 6px 16px 0 rgba(0,0,0,0.08), 0 9px 28px 8px rgba(0,0,0,0.05);
|
||||
border-radius: 2px;
|
||||
padding: 5px;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
right: -80px;
|
||||
top: -180px;
|
||||
.domain-more-tab {
|
||||
height: 24px;
|
||||
padding: 6px 12px;
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
}
|
||||
.cn-entity__case {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 16px 0;
|
||||
@@ -114,6 +115,7 @@
|
||||
.cn-entity__detail-overview {
|
||||
flex-basis: 100%;
|
||||
padding: 0 10px;
|
||||
overflow: hidden;
|
||||
|
||||
.el-divider {
|
||||
background-color: #EFF2F5;
|
||||
|
||||
Reference in New Issue
Block a user