浏览代码

removed .f-col helpers from nav and main

tags/0.9.0
Alej 5 年前
父节点
当前提交
79580a35fd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      vue-theme/src/app.vue

+ 2
- 2
vue-theme/src/app.vue 查看文件

@@ -1,8 +1,8 @@
1 1
 <template lang="pug">
2 2
 #theme.f-col
3
-    cia-nav.f-col
3
+    cia-nav
4 4
     cia-hero
5
-    main.f-col
5
+    main
6 6
         router-view
7 7
     cia-footer
8 8
 </template>

正在加载...
取消
保存