This commit is contained in:
parent
bc811c7770
commit
c67d9cd7c1
|
@ -226,7 +226,7 @@
|
|||
<img src="@/assets/eduImg/jyImg10.png" alt="" />
|
||||
<img src="@/assets/eduImg/pp3.gif" alt="" class="ppImg" />
|
||||
<div class="historyimg historyimg1">
|
||||
<span style="fontSize:18px;">绿色预警</span>
|
||||
<span style="font-size: 18px;">绿色预警</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="earlyWarning1">
|
||||
|
@ -236,7 +236,7 @@
|
|||
<img src="@/assets/eduImg/jyImg9.png" alt="" />
|
||||
<img src="@/assets/eduImg/pp2.gif" alt="" class="ppImg" />
|
||||
<div class="historyimg historyimg2">
|
||||
<span style="fontSize:18px;">黄色预警</span>
|
||||
<span style="font-size: 18px;">黄色预警</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="earlyWarning1">
|
||||
|
@ -246,7 +246,7 @@
|
|||
<img src="@/assets/eduImg/jyImg8.png" alt="" />
|
||||
<img src="@/assets/eduImg/pp1.gif" alt="" class="ppImg" />
|
||||
<div class="historyimg historyimg3">
|
||||
<span style="fontSize:18px;">红色预警</span>
|
||||
<span style="font-size: 18px;">红色预警</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1853,7 +1853,10 @@ onMounted(() => {
|
|||
<style lang="scss">
|
||||
.selectBox {
|
||||
.el-select--large .el-select__wrapper {
|
||||
font-size: 18px !important;
|
||||
// font-size: 18px !important;
|
||||
span, p, a {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-select__wrapper {
|
||||
|
|
Loading…
Reference in New Issue