解決style设置为 scoped样式错位

This commit is contained in:
WangHao
2020-10-04 03:09:05 +08:00
parent 37b7bcd66c
commit 92c5d1a6e4
4 changed files with 104 additions and 81 deletions

View File

@ -6,14 +6,15 @@
.dropdownList{
font-size: 22px!important;
}
}
/* ipad pro >>lg*/
@media screen and (max-width: 1200px) {
.header-listtxet{
display: none;
}
/*.header-listtxet{*/
/* display: none;*/
/*}*/
.main-right{
width: 250px;
}
@ -23,13 +24,17 @@
.sousouright-icon{
margin-right: 18px;
}
.logoname span{
font-size: 18px;
}
}
/* >>> md*/
@media screen and (max-width: 992px) {
.el-dropdown-link span{
.dropdownList span{
display: none;
}
@ -73,6 +78,7 @@
margin-left: 0px!important;
}
}
/* iphone6 7 8 plus */
@media screen and (max-width: 414px) {