Skip to content

Commit 7764700

Browse files
simddtangjinzhou
authored andcommitted
style: remove repeated attribute
remove repeated attribute
1 parent 22cf0b5 commit 7764700

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/vc-notification/assets/index.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
&-notice {
88
padding: 7px 20px 7px 10px;
99
border-radius: 3px 3px;
10-
border: 1px solid #999;;
1110
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
12-
border: 0px solid rgba(0, 0, 0, 0);;
11+
border: 0px solid rgba(0, 0, 0, 0);
1312
background: #fff;
1413
display: block;
1514
width: auto;
@@ -93,4 +92,4 @@
9392
opacity: 0;
9493
}
9594
}
96-
}
95+
}

0 commit comments

Comments
 (0)