Skip to content

Commit 78b56bc

Browse files
committed
style: personal github
1 parent 396e521 commit 78b56bc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

public/github.svg

Lines changed: 1 addition & 0 deletions
Loading

src/visual-editor/components/header/index.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@
77
<el-col :span="12">
88
<div></div>
99
</el-col>
10-
<el-col :span="6" class="flex flex-row-reverse items-center">
10+
<el-col :span="6" class="right-tools flex flex-row-reverse items-center">
1111
<el-tooltip class="item" effect="dark" content="运行" placement="bottom">
1212
<el-button
1313
type="primary"
14+
size="mini"
1415
icon="el-icon-video-play"
1516
circle
1617
class="flex-shrink-0"
1718
@click="runPreview"
1819
/>
1920
</el-tooltip>
21+
<a href="https://github.com/buqiyuan/vite-vue3-lowcode" target="_blank">
22+
<img src="/github.svg" width="40" height="40" alt="" />
23+
</a>
2024
</el-col>
2125
</el-row>
2226
<template v-if="isShowH5Preview">
@@ -67,5 +71,8 @@ export default defineComponent({
6771
.el-button {
6872
font-size: 22px;
6973
}
74+
.right-tools > * {
75+
margin-left: 8px;
76+
}
7077
}
7178
</style>

0 commit comments

Comments
 (0)