BUG 28016

This commit is contained in:
aixianling
2022-03-04 11:52:32 +08:00
parent 2ed075302c
commit a1dc77e206

View File

@@ -146,7 +146,7 @@ export default {
align-items: center;
justify-content: space-between;
height: 128px;
padding: 030px;
padding: 0 30px;
color: #333333;
font-size: 32px;
}
@@ -175,7 +175,9 @@ export default {
align-items: center;
justify-content: space-between;
flex: 1;
padding: 032px h3 {
padding: 0 32px;
h3 {
color: #F94246;
font-size: 32px;
}