style: personal github

This commit is contained in:
bqy_fe 2021-05-06 23:46:53 +08:00
parent 396e521e6f
commit 78b56bcf4d
2 changed files with 9 additions and 1 deletions

1
public/github.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1620312280325" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2015" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><defs><style type="text/css"></style></defs><path d="M512 85.333333C276.266667 85.333333 85.333333 276.266667 85.333333 512a426.410667 426.410667 0 0 0 291.754667 404.821333c21.333333 3.712 29.312-9.088 29.312-20.309333 0-10.112-0.554667-43.690667-0.554667-79.445333-107.178667 19.754667-134.912-26.112-143.445333-50.133334-4.821333-12.288-25.6-50.133333-43.733333-60.288-14.933333-7.978667-36.266667-27.733333-0.554667-28.245333 33.621333-0.554667 57.6 30.933333 65.621333 43.733333 38.4 64.512 99.754667 46.378667 124.245334 35.2 3.754667-27.733333 14.933333-46.378667 27.221333-57.045333-94.933333-10.666667-194.133333-47.488-194.133333-210.688 0-46.421333 16.512-84.778667 43.733333-114.688-4.266667-10.666667-19.2-54.4 4.266667-113.066667 0 0 35.712-11.178667 117.333333 43.776a395.946667 395.946667 0 0 1 106.666667-14.421333c36.266667 0 72.533333 4.778667 106.666666 14.378667 81.578667-55.466667 117.333333-43.690667 117.333334-43.690667 23.466667 58.666667 8.533333 102.4 4.266666 113.066667 27.178667 29.866667 43.733333 67.712 43.733334 114.645333 0 163.754667-99.712 200.021333-194.645334 210.688 15.445333 13.312 28.8 38.912 28.8 78.933333 0 57.045333-0.554667 102.912-0.554666 117.333334 0 11.178667 8.021333 24.490667 29.354666 20.224A427.349333 427.349333 0 0 0 938.666667 512c0-235.733333-190.933333-426.666667-426.666667-426.666667z" fill="#000000" p-id="2016"></path></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -7,16 +7,20 @@
<el-col :span="12">
<div></div>
</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-button
type="primary"
size="mini"
icon="el-icon-video-play"
circle
class="flex-shrink-0"
@click="runPreview"
/>
</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-row>
<template v-if="isShowH5Preview">
@ -67,5 +71,8 @@ export default defineComponent({
.el-button {
font-size: 22px;
}
.right-tools > * {
margin-left: 8px;
}
}
</style>