Skip to content

Commit 9ada0f8

Browse files
authored
fix(resultpage): 引入button样式 (#3103)
* fix: 引入button样式 * fix(empty): 引入button样式
1 parent 52269c2 commit 9ada0f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/packages/empty/empty.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import '../button/button.scss';
12
.nut-empty {
23
box-sizing: border-box;
34
width: 100%;

src/packages/resultpage/resultpage.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import '../button/button.scss';
12
.nut-resultpage {
23
width: 100%;
34
display: flex;

0 commit comments

Comments
 (0)