From b3aaeffd19122233004b65a9d715baebfb278a72 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期四, 06 七月 2023 16:04:43 +0800 Subject: [PATCH] bug修改 --- src/pages/show/showIndex/showIndex.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/show/showIndex/showIndex.vue b/src/pages/show/showIndex/showIndex.vue index 2e0c23c..70d8943 100644 --- a/src/pages/show/showIndex/showIndex.vue +++ b/src/pages/show/showIndex/showIndex.vue @@ -275,8 +275,8 @@ .uploadBtn{ background: linear-gradient(to right,#0e0e25,#092749); } - .el-button.is-plain:focus, .el-button.is-plain:hover{ - background: transparent; + .el-button.is-plain:hover{ + background: linear-gradient(to right, #0e0e25, #092749)!important; } .el-button{ border:1px solid #1ee3f3!important; @@ -285,6 +285,7 @@ } } } + </style> <style lang="scss" scoped> -- Gitblit v1.9.1