diff --git a/examples/routers/button.vue b/examples/routers/button.vue
index 37c17a54..6aabdddf 100644
--- a/examples/routers/button.vue
+++ b/examples/routers/button.vue
@@ -9,7 +9,16 @@
-
+
+
+
+
+
+
+
+
+
+
@@ -18,6 +27,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/styles/components/button.less b/src/styles/components/button.less
index 5511825c..93b6da9b 100644
--- a/src/styles/components/button.less
+++ b/src/styles/components/button.less
@@ -177,4 +177,14 @@
background: fade(tint(@error-color, 95%), 50%);
}
}
+
+ &-ghost&-default[disabled], &-ghost&-dashed[disabled], &-ghost&-primary[disabled], &-ghost&-info[disabled], &-ghost&-success[disabled], &-ghost&-warning[disabled], &-ghost&-error[disabled]{
+ background: transparent;
+ color: fade(#000, 25%);
+ border-color: @btn-disable-border;
+ }
+ &-ghost&-text[disabled]{
+ background: transparent;
+ color: fade(#000, 25%);
+ }
}