From 1eb46ebaac8f6f9edcdad61b24bc84d04137e847 Mon Sep 17 00:00:00 2001 From: "mingyan.yu" Date: Sun, 26 May 2019 13:12:28 +0800 Subject: [PATCH] feat: add disable style to upload component --- components/upload/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/upload/style/index.less b/components/upload/style/index.less index 26f6dd58d5..216b71a6f3 100644 --- a/components/upload/style/index.less +++ b/components/upload/style/index.less @@ -29,6 +29,10 @@ display: inline-block; } + &&-disabled { + cursor: not-allowed; + } + &&-select-picture-card { display: table; width: @upload-picture-card-size;