Commit e124e4fc89e2a0dfc4985010bf6d59fe9b5b1a22
Merge branch '2.0' of https://github.com/iview/iview into 2.0
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/styles/components/notice.less
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | &-notice { |
22 | 22 | margin-bottom: @notice-margin-bottom; |
23 | 23 | padding: @notice-padding; |
24 | - border: 1px solid @border-color-split; | |
24 | + // border: 1px solid @border-color-split; | |
25 | 25 | border-radius: @border-radius-small; |
26 | 26 | box-shadow: @shadow-base; |
27 | 27 | background: #fff; | ... | ... |