Commit bf08c1fc authored by 邓晓峰's avatar 邓晓峰

feat: add .gitllab-ci.yml

parents 1781905f 367034f5
Pipeline #21344 failed
# Don't check auto-generated stuff into git # Don't check auto-generated stuff into git
coverage coverage
build build
CivManage
node_modules node_modules
stats.json stats.json
......
...@@ -45,7 +45,7 @@ const arr = [ ...@@ -45,7 +45,7 @@ const arr = [
<li>【修改】 修改了分组获取方式,禁止手动修改</li> <li>【修改】 修改了分组获取方式,禁止手动修改</li>
<li>【修改】 修改了默认展示的应用</li> <li>【修改】 修改了默认展示的应用</li>
</ul> </ul>
<h3>gis平台</h3> <h3>GIS平台</h3>
<ul> <ul>
<li>【新增】 新增七参数配置</li> <li>【新增】 新增七参数配置</li>
</ul> </ul>
...@@ -53,7 +53,7 @@ const arr = [ ...@@ -53,7 +53,7 @@ const arr = [
<ul> <ul>
<li>【修改】 修改了页面内容,优化了引导方式</li> <li>【修改】 修改了页面内容,优化了引导方式</li>
</ul> </ul>
<h3>web配置</h3> <h3>Web配置</h3>
<ul> <ul>
<li>【修改】 菜单展示页面结构调整,调整提交逻辑</li> <li>【修改】 菜单展示页面结构调整,调整提交逻辑</li>
</ul> </ul>
......
...@@ -13,7 +13,7 @@ const Colophon = props => { ...@@ -13,7 +13,7 @@ const Colophon = props => {
}; };
return ( return (
<div className={styles.desc} onClick={handleClick}> <div className={styles.desc} onClick={handleClick}>
<div>版本v5.0.20201225</div> <div>版本v5.0.20201225</div>
<div onClick={e => e.stopPropagation()}> <div onClick={e => e.stopPropagation()}>
<Modal <Modal
width={1200} width={1200}
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
} }
.log{ .log{
font-size: 40px; font-size: 27px;
font-weight: bold; font-weight: bold;
margin-bottom: 5px; margin-bottom: 5px;
margin-top: 20px; margin-top: 20px;
......
...@@ -41,7 +41,7 @@ const JumpContainer = props => { ...@@ -41,7 +41,7 @@ const JumpContainer = props => {
[styles.link]: true, [styles.link]: true,
})} })}
> >
旧版运维平台 运维平台4.0
</a> </a>
)} )}
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment