一些UI改动

This commit is contained in:
技术老胡 2024-11-30 12:00:51 +08:00
parent d6096d6ad9
commit e9147a49b4
4 changed files with 4 additions and 3 deletions

BIN
public/static/img/csdn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
public/static/img/gitee.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -326,8 +326,9 @@
class="pear-btn pear-btn-warming layui-btn-fluid" class="pear-btn pear-btn-warming layui-btn-fluid"
style="margin-top: 8px;height: 50px;line-height: 50px;">项目地址</a> style="margin-top: 8px;height: 50px;line-height: 50px;">项目地址</a>
<br /> <br />
<a href="javascript:alert('正在搭建中!')" class="pear-btn pear-btn-danger layui-btn-fluid" <a target="_blank" href="https://f0bmwzqjtq2.feishu.cn/wiki/JmUTwOYdfix8T1k9IGlcs4jynsd"
style="margin-top: 8px;height: 50px;line-height: 50px;">演示站点</a> class="pear-btn pear-btn-danger layui-btn-fluid"
style="margin-top: 8px;height: 50px;line-height: 50px;">使用文档</a>
</div> </div>
</div> </div>
</div> </div>
@ -373,7 +374,7 @@
count = layui.count, count = layui.count,
dropdown = layui.dropdown, dropdown = layui.dropdown,
util = layui.util; util = layui.util;
// echarts = layui.echarts; // echarts = layui.echarts;
count.up("today_income", { time: 3000, num: parseFloat('<?php echo $today_income ?>'), bit: 2, regulator: 100 }) count.up("today_income", { time: 3000, num: parseFloat('<?php echo $today_income ?>'), bit: 2, regulator: 100 })
count.up("yesterday_income", { time: 3000, num: parseFloat('<?php echo $yesterday_income ?>'), bit: 2, regulator: 100 }) count.up("yesterday_income", { time: 3000, num: parseFloat('<?php echo $yesterday_income ?>'), bit: 2, regulator: 100 })