From 5f052d4e17b53d4fe07a87d53a9c112bff3dc852 Mon Sep 17 00:00:00 2001 From: long <515897141@qq.com> Date: 星期一, 13 九月 2021 11:58:36 +0800 Subject: [PATCH] 修改文案 为 下载导入模板 --- src/styles/element-ui.scss | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index 7b28e5b..4b9a98a 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -108,4 +108,22 @@ .el-upload-list__item-thumbnail{ object-fit: contain; } -} \ No newline at end of file +} + +// 鍘绘帀涓婁紶缁勪欢鐨勮繃搴﹀姩鐢� +.el-upload-list__item { + transition: none !important; +} + +// 璇勪环缁勪欢 +.mini-star .el-rate__icon{ + margin-right: 0; +} +.large-star .el-rate{ + line-height: 32px; +} +.large-star .el-rate__icon{ + font-size: 26px; + margin-right: 0; + line-height: 32px; +} -- Gitblit v1.8.0