File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
<el-col :span =" 12" >
8
8
<div ></div >
9
9
</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" >
11
11
<el-tooltip class =" item" effect =" dark" content =" 运行" placement =" bottom" >
12
12
<el-button
13
13
type =" primary"
14
+ size =" mini"
14
15
icon =" el-icon-video-play"
15
16
circle
16
17
class =" flex-shrink-0"
17
18
@click =" runPreview"
18
19
/>
19
20
</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 >
20
24
</el-col >
21
25
</el-row >
22
26
<template v-if =" isShowH5Preview " >
@@ -67,5 +71,8 @@ export default defineComponent({
67
71
.el-button {
68
72
font-size : 22px ;
69
73
}
74
+ .right-tools > * {
75
+ margin-left : 8px ;
76
+ }
70
77
}
71
78
</style >
You can’t perform that action at this time.
0 commit comments