: 发布 1.2.7 版本

This commit is contained in:
就眠儀式
2022-07-07 14:54:45 +08:00
parent 7ad08fde58
commit f869b40b74
10 changed files with 37 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@layui/layer-doc",
"version": "1.3.18",
"version": "1.4.1",
"author": "就眠儀式",
"license": "MIT",
"description": "a component library for Vue 3 base on layui-vue",

View File

@@ -3,18 +3,11 @@
<div class="markdown-body light-scheme">
<div class="alone-header">
<img class="alone-logo" src="../assets/logo.png" />
<a
style="
position: absolute;
right: 16%;
line-height: 60px;
color: white;
font-size: 15px;
"
<a class="version"
>{{ version }}</a
>
<a
href="https://gitee.com/layui-vue/layer-vue"
href="https://gitee.com/layui/layui-vue"
style="position: absolute; right: 10%; line-height: 75px"
>
<svg width="1.7em" height="1.7em" viewBox="0 0 24 24">
@@ -95,6 +88,14 @@ body {
background: #393d49;
}
.version {
position: absolute;
right: 16%;
line-height: 60px;
color: white;
font-size: 15px;
}
.alone-banner img {
width: 100px;
}