From 7764700052dfadf3cedf7feb08866aefded4ad1e Mon Sep 17 00:00:00 2001 From: xindongdong Date: Wed, 9 Jan 2019 22:03:04 +0800 Subject: [PATCH] style: remove repeated attribute remove repeated attribute --- components/vc-notification/assets/index.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/vc-notification/assets/index.less b/components/vc-notification/assets/index.less index 64a77f706..526af0d1e 100644 --- a/components/vc-notification/assets/index.less +++ b/components/vc-notification/assets/index.less @@ -7,9 +7,8 @@ &-notice { padding: 7px 20px 7px 10px; border-radius: 3px 3px; - border: 1px solid #999;; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); - border: 0px solid rgba(0, 0, 0, 0);; + border: 0px solid rgba(0, 0, 0, 0); background: #fff; display: block; width: auto; @@ -93,4 +92,4 @@ opacity: 0; } } -} \ No newline at end of file +}