From d3a618f09ab510de5c4ca772c44f60c218b61964 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 18 九月 2021 15:12:30 +0800 Subject: [PATCH] 2021-09-18 --- src/tabviews/zshare/fileupload/index.scss | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/fileupload/index.scss b/src/tabviews/zshare/fileupload/index.scss index 6b612d6..4f0cf99 100644 --- a/src/tabviews/zshare/fileupload/index.scss +++ b/src/tabviews/zshare/fileupload/index.scss @@ -10,7 +10,16 @@ bottom: 0px; } } - + .ant-upload-list-picture-card-container { + width: 90px; + height: 90px; + } + .ant-upload-list-picture-card .ant-upload-list-item-undefined { + border-color: #f5222d; + .ant-upload-list-item-name { + color: #f5222d; + } + } .ant-upload-list-picture-card .ant-upload-list-item { width: 90px; height: 90px; -- Gitblit v1.8.0