Merge branch 'dev' of 139.196.37.202:guan.meihong/aiqiyi-program into dev
Showing
3 changed files
with
4 additions
and
4 deletions
... | @@ -193,8 +193,8 @@ export default { | ... | @@ -193,8 +193,8 @@ export default { |
193 | 193 | ||
194 | <style lang="scss" scoped> | 194 | <style lang="scss" scoped> |
195 | .tags-view-container { | 195 | .tags-view-container { |
196 | //height: 34px; | 196 | height: 34px; |
197 | height: 0px; | 197 | //height: 0px; |
198 | width: 100%; | 198 | width: 100%; |
199 | background: #fff; | 199 | background: #fff; |
200 | border-bottom: 1px solid #d8dce5; | 200 | border-bottom: 1px solid #d8dce5; | ... | ... |
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | <div :class="{'fixed-header':fixedHeader}"> | 6 | <div :class="{'fixed-header':fixedHeader}"> |
7 | <navbar /> | 7 | <navbar /> |
8 | <!-- <tags-view v-if="needTagsView" />--> | 8 | <!-- <tags-view v-if="needTagsView" />--> |
9 | <tags-view v-if="false" /> | 9 | <tags-view v-if="needTagsView" /> |
10 | </div> | 10 | </div> |
11 | <app-main /> | 11 | <app-main /> |
12 | <right-panel v-if="showSettings"> | 12 | <right-panel v-if="showSettings"> | ... | ... |
-
Please register or sign in to post a comment