|
|
@ -7,16 +7,20 @@ |
|
|
|
<el-col :span="12"> |
|
|
|
<el-col :span="12"> |
|
|
|
<div></div> |
|
|
|
<div></div> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6" class="flex flex-row-reverse items-center"> |
|
|
|
<el-col :span="6" class="right-tools flex flex-row-reverse items-center"> |
|
|
|
<el-tooltip class="item" effect="dark" content="运行" placement="bottom"> |
|
|
|
<el-tooltip class="item" effect="dark" content="运行" placement="bottom"> |
|
|
|
<el-button |
|
|
|
<el-button |
|
|
|
type="primary" |
|
|
|
type="primary" |
|
|
|
|
|
|
|
size="mini" |
|
|
|
icon="el-icon-video-play" |
|
|
|
icon="el-icon-video-play" |
|
|
|
circle |
|
|
|
circle |
|
|
|
class="flex-shrink-0" |
|
|
|
class="flex-shrink-0" |
|
|
|
@click="runPreview" |
|
|
|
@click="runPreview" |
|
|
|
/> |
|
|
|
/> |
|
|
|
</el-tooltip> |
|
|
|
</el-tooltip> |
|
|
|
|
|
|
|
<a href="https://github.com/buqiyuan/vite-vue3-lowcode" target="_blank"> |
|
|
|
|
|
|
|
<img src="/github.svg" width="40" height="40" alt="" /> |
|
|
|
|
|
|
|
</a> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-row> |
|
|
|
<template v-if="isShowH5Preview"> |
|
|
|
<template v-if="isShowH5Preview"> |
|
|
@ -67,5 +71,8 @@ export default defineComponent({ |
|
|
|
.el-button { |
|
|
|
.el-button { |
|
|
|
font-size: 22px; |
|
|
|
font-size: 22px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.right-tools > * { |
|
|
|
|
|
|
|
margin-left: 8px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|