Skip to content

Commit 95629fa

Browse files
committed
fix: 移除重复的背景样式定义,优化样式代码
1 parent 82cf858 commit 95629fa

File tree

1 file changed

+1
-2
lines changed
  • src/uni_modules/uni-ui-plus/components/skeleton

1 file changed

+1
-2
lines changed

src/uni_modules/uni-ui-plus/components/skeleton/index.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@
3131
width: 100%;
3232
height: 36rpx;
3333
border-radius: 3px;
34+
@include background;
3435

3536
&:first-child {
3637
margin-top: 0;
3738
}
3839

39-
@include background;
40-
4140
&__list {
4241
width: 100%;
4342
display: flex;

0 commit comments

Comments
 (0)