|
@@ -91,9 +91,9 @@
|
|
|
<img :src="item.img" alt="">
|
|
|
<div class="msgProgress">
|
|
|
<span
|
|
|
- :style="winPix === 1.25 || innerWidth < 1920?'font-size: 12px;width: 65%':''">{{item.company}}</span>
|
|
|
+ :style="winPix === 1.25 || innerWidth < 1800?'font-size: 12px;width: 65%':''">{{item.company}}</span>
|
|
|
<span>{{item.grade}}</span>
|
|
|
- <span :style="winPix === 1.25 || innerWidth < 1920?'width: 25%':''">{{item.score.toFixed(2)}}</span>
|
|
|
+ <span :style="winPix === 1.25 || innerWidth < 1800?'width: 25%':''">{{item.score.toFixed(2)}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -278,8 +278,8 @@
|
|
|
<el-col :span="5" class="report">
|
|
|
<div class="gateway_report">
|
|
|
<div class="reportTit">
|
|
|
- <p :style="winPix === 1.25 || innerWidth < 1920? 'font-size: 16px;':''">通告栏</p>
|
|
|
- <el-icon :size="20" color="#3B7AD1" :style="winPix === 1.25 || innerWidth < 1920? 'left: 80px;':''"
|
|
|
+ <p :style="winPix === 1.25 || innerWidth < 1800? 'font-size: 16px;':''">通告栏</p>
|
|
|
+ <el-icon :size="20" color="#3B7AD1" :style="winPix === 1.25 || innerWidth < 1800? 'left: 80px;':''"
|
|
|
@click="watchAllNotification">
|
|
|
<Plus />
|
|
|
</el-icon>
|
|
@@ -293,7 +293,7 @@
|
|
|
<span
|
|
|
style="margin-right: 10px">{{it.createTime.substring(0, it.createTime.indexOf(' '))}}</span>
|
|
|
<span class="rightTwoSpanMsg"
|
|
|
- :style="winPix === 1.25 || innerWidth < 1920? 'width: 50%;':''">{{it.releaseDeptName}}</span>
|
|
|
+ :style="winPix === 1.25 || innerWidth < 1800? 'width: 50%;':''">{{it.releaseDeptName}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -415,37 +415,37 @@
|
|
|
}
|
|
|
},
|
|
|
getPos() {
|
|
|
- if (this.winPix === 1.25 || this.innerWidth < 1920) {
|
|
|
+ if (this.winPix === 1.25 || this.innerWidth < 1800) {
|
|
|
return 'top: -15%;'
|
|
|
}
|
|
|
},
|
|
|
getPickerSty() {
|
|
|
- if (this.winPix === 1.25 || this.innerWidth < 1920) {
|
|
|
+ if (this.winPix === 1.25 || this.innerWidth < 1800) {
|
|
|
return 'margin: 5px 0 0 20px;'
|
|
|
}
|
|
|
},
|
|
|
getMainOneSty() {
|
|
|
- if (this.winPix === 1.25 || this.innerWidth < 1920) {
|
|
|
+ if (this.winPix === 1.25 || this.innerWidth < 1800) {
|
|
|
return 'font-size: 14px'
|
|
|
}
|
|
|
},
|
|
|
getFooterOneSty() {
|
|
|
- if (this.winPix === 1.25 || this.innerWidth < 1920) {
|
|
|
+ if (this.winPix === 1.25 || this.innerWidth < 1800) {
|
|
|
return 'font-size: 12px;line-height: 12px;'
|
|
|
}
|
|
|
},
|
|
|
getFooter12Sty() {
|
|
|
- if (this.winPix === 1.25 || this.innerWidth < 1920) {
|
|
|
+ if (this.winPix === 1.25 || this.innerWidth < 1800) {
|
|
|
return 'font-size: 12px;width:25%'
|
|
|
}
|
|
|
},
|
|
|
getFooterseaSty() {
|
|
|
- if (this.winPix === 1.25 || this.innerWidth < 1920) {
|
|
|
+ if (this.winPix === 1.25 || this.innerWidth < 1800) {
|
|
|
return 'width:10%'
|
|
|
}
|
|
|
},
|
|
|
getfooterSpan() {
|
|
|
- if (this.winPix === 1.25 || this.innerWidth < 1920) {
|
|
|
+ if (this.winPix === 1.25 || this.innerWidth < 1800) {
|
|
|
return 'width: 3.4vw;padding: 5px 3px 0;'
|
|
|
}
|
|
|
},
|
|
@@ -865,7 +865,7 @@
|
|
|
border-right: 1px solid #E1E3EA;
|
|
|
position: relative;
|
|
|
|
|
|
- @media screen and (width: 1440px) {
|
|
|
+ @media screen and (max-width: 1540px) and (min-width: 1300px) {
|
|
|
.mainTwoMsg {
|
|
|
top: -15%;
|
|
|
}
|
|
@@ -1062,7 +1062,7 @@
|
|
|
// height: 100px;
|
|
|
height: 10vh;
|
|
|
|
|
|
- @media screen and (max-width: 1540px) and (min-width: 1440px) {
|
|
|
+ @media screen and (max-width: 1540px) and (min-width: 1300px) {
|
|
|
.footerOne {
|
|
|
span {
|
|
|
font-size: 12px;
|
|
@@ -1071,7 +1071,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @media screen and (width: 1920px) {
|
|
|
+ @media screen and (max-width: 1920px) and (min-width: 1800px) {
|
|
|
.footerOne {
|
|
|
span {
|
|
|
font-size: 16px;
|