mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-12 18:22:51 +00:00
🎨 优化部分逻辑
This commit is contained in:
parent
bad14c342d
commit
ee376b651c
@ -28,9 +28,11 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p {
|
.goPro {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
color: #888;
|
left: 20px;
|
||||||
|
bottom: -18px;
|
||||||
|
display: inline-block;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
transform: scale(0.9) translate(88px, -15px);
|
transform: scale(0.9) translate(88px, -15px);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -119,7 +119,7 @@ const HeaderComponent = memo((props: HeaderComponentProps) => {
|
|||||||
|
|
||||||
const useTemplate = () => {
|
const useTemplate = () => {
|
||||||
Modal.info({
|
Modal.info({
|
||||||
title: '该功能属于企业版功能,可以关注下方公众号获取线上版登录码体验',
|
title: '该功能属于企业版功能,可以关注下方公众号回复【登录码】体验',
|
||||||
content: (
|
content: (
|
||||||
<div style={{ textAlign: 'center' }}>
|
<div style={{ textAlign: 'center' }}>
|
||||||
<img
|
<img
|
||||||
@ -234,7 +234,9 @@ const HeaderComponent = memo((props: HeaderComponentProps) => {
|
|||||||
<img src="http://cdn.dooring.cn/dr/logo.ff7fc6bb.png" alt="Dooring-强大的h5编辑器" />
|
<img src="http://cdn.dooring.cn/dr/logo.ff7fc6bb.png" alt="Dooring-强大的h5编辑器" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p>再硬的🚪也抵不过傻瓜般的坚持!</p>
|
<a href="http://h5.dooring.cn/h5_plus" target="_blank" className={styles.goPro}>
|
||||||
|
前往专业版
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.controlArea}>
|
<div className={styles.controlArea}>
|
||||||
<Button type="primary" style={{ marginRight: '9px' }} onClick={useTemplate}>
|
<Button type="primary" style={{ marginRight: '9px' }} onClick={useTemplate}>
|
||||||
|
|||||||
@ -35,7 +35,16 @@ const Home = () => {
|
|||||||
}
|
}
|
||||||
key="1"
|
key="1"
|
||||||
>
|
>
|
||||||
正在开发...
|
<div style={{ textAlign: 'center', display: 'flex', marginTop: '120px' }}>
|
||||||
|
<div>
|
||||||
|
<img width="146" src="http://cdn.dooring.cn/dr/lowcode.jpeg" alt="" />
|
||||||
|
<div>进低代码交流群</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<img width="146" src="http://cdn.dooring.cn/dr/qtqd_code.png" alt="" />
|
||||||
|
<div>dooring技术分享</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</TabPane>
|
</TabPane>
|
||||||
<TabPane
|
<TabPane
|
||||||
tab={
|
tab={
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user