Skip to content

Commit 3714ffb

Browse files
authored
fix: 🐛 修复Button会存在一个默认border的问题 (#182)
1 parent 54a64f9 commit 3714ffb

File tree

1 file changed

+5
-0
lines changed
  • src/uni_modules/wot-design-uni/components/wd-button

1 file changed

+5
-0
lines changed

src/uni_modules/wot-design-uni/components/wd-button/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
content: ' ';
7272
}
7373

74+
75+
&::after {
76+
border: none;
77+
}
78+
7479
@include m(active) {
7580
&:active::before {
7681
opacity: 0.15;

0 commit comments

Comments
 (0)