Skip to content

Commit 873a635

Browse files
committed
fix: harmony适配
1 parent 519a74d commit 873a635

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/packages/resultpage/resultpage.harmony.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@
66
margin: 0 auto;
77
}
88
.nut-resultpage-icon {
9-
height: 48px;
10-
width: 48px;
11-
margin-bottom: 16px;
12-
background-size: 100%;
9+
display: inline-flex;
10+
margin-bottom: 12px;
11+
}
12+
.nut-resultpage-icon .nut-icon {
13+
height: 36px;
14+
width: 36px;
1315
}
1416
.nut-resultpage-title {
15-
width: 247px;
16-
margin-bottom: 9px;
17+
width: 240px;
18+
margin-bottom: 12px;
1719
font-size: 18px;
1820
color: #1a1a1a;
1921
font-weight: 600;
2022
text-align: center;
2123
}
2224
.nut-resultpage-description {
23-
width: 247px;
25+
width: 240px;
2426
line-height: 20px;
2527
font-size: 14px;
2628
color: #505259;
@@ -33,7 +35,7 @@
3335
.nut-resultpage-actions {
3436
display: flex;
3537
flex-direction: row;
36-
margin-top: 21px;
38+
margin-top: 16px;
3739
}
3840
.nut-resultpage-action {
3941
margin-left: 6px;

0 commit comments

Comments
 (0)