修改首页按钮显示大小
parent
0b873a3773
commit
28cb60db7c
|
|
@ -39,14 +39,6 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1560px) {
|
||||
.siderbar {
|
||||
width: 32rem;
|
||||
}
|
||||
.drawer-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.main {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
|
|
@ -272,6 +264,19 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1680px) {
|
||||
.main .acticons .el-button {
|
||||
width: 10rem;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1560px) {
|
||||
.siderbar {
|
||||
width: 32rem;
|
||||
}
|
||||
.drawer-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.seat {
|
||||
background: transparent;
|
||||
height: 0.2rem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue