Skip to content

Commit a1be149

Browse files
authored
fix: del global style pollution in accordion (#47)
1 parent aa094e2 commit a1be149

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/devui-vue/devui/accordion/src/accordion.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
@import '../../style/theme/corner';
66
@import '../../style/core/animation';
77

8-
.devui-accordion-menu ol, ul {
9-
margin: 0 !important;
10-
line-height: 0 !important;
11-
font-size: 12px;
8+
.devui-accordion-menu {
9+
ol, ul{
10+
margin: 0 !important;
11+
line-height: 0 !important;
12+
font-size: 12px;
13+
}
1214
}
1315

1416
:host {

0 commit comments

Comments
 (0)