mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-20 06:09:56 -06:00
feat(ui): about button in project manager
This commit is contained in:
@@ -57,7 +57,7 @@ export default {
|
||||
|
||||
.about
|
||||
padding 42px
|
||||
max-width 900px
|
||||
max-width 840px
|
||||
margin 0 auto
|
||||
box-sizing border-box
|
||||
|
||||
|
||||
@@ -56,6 +56,15 @@
|
||||
</div>
|
||||
</VueTab>
|
||||
</StepWizard>
|
||||
|
||||
<div class="top-menu">
|
||||
<VueButton
|
||||
:to="{ name: 'about' }"
|
||||
class="flat icon-button"
|
||||
icon-left="help"
|
||||
v-tooltip="$t('views.about.title')"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -119,4 +128,9 @@ export default {
|
||||
|
||||
.project-select
|
||||
height 100%
|
||||
|
||||
.top-menu
|
||||
position fixed
|
||||
top $padding-item
|
||||
right $padding-item
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user