样式调整

This commit is contained in:
liaoxuezhi 2020-12-28 00:50:12 +08:00
parent 6fe043c58f
commit 73c0443fa0
2 changed files with 6 additions and 2 deletions

View File

@ -1646,7 +1646,11 @@ a.label {
/*phone*/
@media (max-width: 767px) {
.visible-xs {
display: block;
display: block !important;
}
.hidden-xs {
display: none !important;
}
.w-auto-xs {

View File

@ -213,7 +213,7 @@ body {
}
.#{$ns}Layout--offScreen {
.#{$ns}Layout-content,
.#{$ns}Layout-body,
.#{$ns}Layout-footer {
background: var(--body-bg);
transition: transform 0.2s ease;