{{'拒绝收录'+tpl_name+'模板'}}
+diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss
index 6fbb030..96803eb 100644
--- a/src/style/theme/common.scss
+++ b/src/style/theme/common.scss
@@ -470,7 +470,8 @@ body {
}
.el-button--text,
-.el-button--grey {
+.el-button--grey,
+.el-button--warn {
padding: 0;
color: #006AFF;
width: auto !important;
@@ -492,6 +493,15 @@ body {
}
}
+.el-button--warn {
+ color: #FF4D4F;
+
+ &:hover {
+ color: #006AFF;
+ opacity: 1;
+ }
+}
+
.el-button--ignore {
color: #626573;
background: #FFFFFF;
diff --git a/src/views/elementGroups.vue b/src/views/elementGroups.vue
index 1b3688b..a6a3124 100644
--- a/src/views/elementGroups.vue
+++ b/src/views/elementGroups.vue
@@ -291,6 +291,7 @@
{{'拒绝收录'+tpl_name+'模板'}}
+