mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-09-27 12:42:24 +08:00
fix(优化): 代码优化
This commit is contained in:
@@ -9,13 +9,13 @@
|
|||||||
<template v-if="device!=='mobile'">
|
<template v-if="device!=='mobile'">
|
||||||
<search id="header-search" class="right-menu-item" />
|
<search id="header-search" class="right-menu-item" />
|
||||||
|
|
||||||
<el-tooltip content="源码地址" effect="dark" placement="bottom">
|
<!-- <el-tooltip content="源码地址" effect="dark" placement="bottom">
|
||||||
<ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />
|
<ruo-yi-git id="ruoyi-git" class="right-menu-item hover-effect" />
|
||||||
</el-tooltip>
|
</el-tooltip> -->
|
||||||
|
|
||||||
<el-tooltip content="文档地址" effect="dark" placement="bottom">
|
<!-- <el-tooltip content="文档地址" effect="dark" placement="bottom">
|
||||||
<ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />
|
<ruo-yi-doc id="ruoyi-doc" class="right-menu-item hover-effect" />
|
||||||
</el-tooltip>
|
</el-tooltip> -->
|
||||||
|
|
||||||
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
||||||
|
|
||||||
|
@@ -81,7 +81,7 @@
|
|||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="el-login-footer">
|
<div class="el-login-footer">
|
||||||
<span>
|
<span>
|
||||||
Copyright © 2023
|
Copyright © 2021-2025
|
||||||
<a target="_blank" href="http://fastbee.cn">FastBee</a>
|
<a target="_blank" href="http://fastbee.cn">FastBee</a>
|
||||||
All Rights Reserved.
|
All Rights Reserved.
|
||||||
</span>
|
</span>
|
||||||
|
@@ -66,7 +66,7 @@
|
|||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="el-register-footer">
|
<div class="el-register-footer">
|
||||||
<span>
|
<span>
|
||||||
Copyright © 2023
|
Copyright © 2021-2025
|
||||||
<a target="_blank" href="http://fastbee.cn">FastBee</a>
|
<a target="_blank" href="http://fastbee.cn">FastBee</a>
|
||||||
All Rights Reserved.
|
All Rights Reserved.
|
||||||
</span>
|
</span>
|
||||||
|
Reference in New Issue
Block a user