Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
fix: DocsHeader 样式失效
Browse files Browse the repository at this point in the history
  • Loading branch information
chienslation authored and psaren committed Jul 29, 2020
1 parent de4ad0e commit 6d80dc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/taro-ui-vue-demo/src/components/DocsHeader.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<View class="doc-header">
<View class="doc-header__title">
<view class="doc-header">
<view class="doc-header__title">
{{ title }}
</View>
</View>
</view>
</view>
</template>

<script>
Expand All @@ -16,7 +16,7 @@ export default {
}
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.doc-header {
display: flex;
align-items: center;
Expand Down

0 comments on commit 6d80dc3

Please sign in to comment.