diff --git a/examples/routers/tabs.vue b/examples/routers/tabs.vue
index 24792d4..e18eb4a 100644
--- a/examples/routers/tabs.vue
+++ b/examples/routers/tabs.vue
@@ -1,14 +1,31 @@
-
- 标签一的内容
- 标签二的内容
- 标签三的内容
-
+
+
+
+ 标签一的内容
+ 标签二的内容
+ 标签三的内容
+
+
+
+
+ {{tab.content}}
+
+
+
+
-
diff --git a/src/styles/components/tabs.less b/src/styles/components/tabs.less
index 3a3a79d..6aad844 100644
--- a/src/styles/components/tabs.less
+++ b/src/styles/components/tabs.less
@@ -54,6 +54,10 @@
white-space: nowrap;
}
+ &-nav-right{
+ float: right;
+ }
+
&-nav {
padding-left: 0;
margin: 0;
--
libgit2 0.21.4