Skip to content

Commit a242d73

Browse files
author
Guillaume Chau
committed
feat(ui): about button in project manager
1 parent 60722cb commit a242d73

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/@vue/cli-ui/src/views/About.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
5858
.about
5959
padding 42px
60-
max-width 900px
60+
max-width 840px
6161
margin 0 auto
6262
box-sizing border-box
6363

packages/@vue/cli-ui/src/views/ProjectSelect.vue

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@
5656
</div>
5757
</VueTab>
5858
</StepWizard>
59+
60+
<div class="top-menu">
61+
<VueButton
62+
:to="{ name: 'about' }"
63+
class="flat icon-button"
64+
icon-left="help"
65+
v-tooltip="$t('views.about.title')"
66+
/>
67+
</div>
5968
</div>
6069
</template>
6170

@@ -119,4 +128,9 @@ export default {
119128
120129
.project-select
121130
height 100%
131+
132+
.top-menu
133+
position fixed
134+
top $padding-item
135+
right $padding-item
122136
</style>

0 commit comments

Comments
 (0)