修改首页按钮显示大小

v1.0.0
于肖磊 2024-09-06 10:08:45 +08:00
parent 0b873a3773
commit 28cb60db7c
1 changed files with 13 additions and 8 deletions

View File

@ -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;