From fa839d8b4801b7a9adb6e06e484290965a83a519 Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Thu, 6 Aug 2020 16:18:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20the=20problem=20that=20v-auth=20directiv?= =?UTF-8?q?e=20doesn't=20take=20effect=20in=20native=20html=20element;=20:?= =?UTF-8?q?bug:=20=E4=BF=AE=E5=A4=8D=EF=BC=9Av-auth=20=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E5=9C=A8=E5=8E=9F=E7=94=9F=20HTML=20=E5=85=83=E7=B4=A0?= =?UTF-8?q?=E4=B8=8A=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=20bug=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/default/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/default/style.less b/src/theme/default/style.less index c722172..f91a72a 100644 --- a/src/theme/default/style.less +++ b/src/theme/default/style.less @@ -29,4 +29,5 @@ .disabled{ cursor: not-allowed; color: @disabled-color; + pointer-events: none; }