From 7ec86fa74e94095c855f91448d01b033875cbc9c Mon Sep 17 00:00:00 2001 From: long <515897141@qq.com> Date: 星期四, 28 十月 2021 13:08:05 +0800 Subject: [PATCH] 修复单图上传组件,已上传图片也会返回图片路径 --- src/styles/ry.scss | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/ry.scss b/src/styles/ry.scss index c4b9b7c..225a386 100644 --- a/src/styles/ry.scss +++ b/src/styles/ry.scss @@ -105,7 +105,7 @@ position: absolute; } -.el-table .fixed-width .el-button--mini { +.el-table .fixed-width .el-button--text { color: #409EFF; padding-left: 0; padding-right: 0; @@ -237,4 +237,4 @@ .top-right-btn { position: relative; float: right; -} \ No newline at end of file +} -- Gitblit v1.8.0