Skip to content

Commit

Permalink
tweak component name
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 4, 2017
1 parent 78ce408 commit 5a1c39f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/devtools/views/components/ComponentInspector.vue
Expand Up @@ -2,7 +2,9 @@
<scroll-pane>
<action-header v-show="hasTarget" slot="header">
<span class="component-name">
<span style="color:#ccc">&lt;</span><span>{{ target.name }}</span><span style="color:#ccc">&gt;</span>
<span style="color:#ccc">&lt;</span>
<span>{{ target.name }}</span>
<span style="color:#ccc">&gt;</span>
</span>
<a class="button inspect" @click="inspectDOM" title="Inspect DOM">
<i class="material-icons">visibility</i>
Expand Down Expand Up @@ -79,4 +81,7 @@ export default {
.non-selected
color #ccc
text-align center
.component-name
margin 0 10px
</style>

0 comments on commit 5a1c39f

Please sign in to comment.