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