mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
样式调整
This commit is contained in:
parent
6fe043c58f
commit
73c0443fa0
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user