解決style设置为 scoped样式错位
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user