修复字体背景遮挡问题

This commit is contained in:
王铜 2020-12-07 10:44:22 +08:00
parent 947b5f80e0
commit 07c264a6f8
2 changed files with 7 additions and 3 deletions

0
public/change.log Normal file
View File

View File

@ -16,11 +16,11 @@
>
<img :src="logo" />
<p>
<span style="color:white;font-size: 26px;font-weight: bold;">CVEO水质监测平台</span>
<span style="color:white;font-size: 26px;font-weight: bold;text-shadow: 0 0 10px black;">CVEO水质监测平台</span>
</p>
<div style="color:white;font-size: 13px;font-weight: bold;">
<div style="color:white;font-size: 13px;font-weight: bold;text-shadow: 0 0 7px black;">
<p>
当前版本: 1.0.1
当前版本: 1.0.2
</p>
<p>
后台版本: 1.0.0
@ -36,6 +36,10 @@
2020-12-06
1.0.1版本修复后台管理中人员等_id为undefined等bug
</p>
<p>
2020-12-7
1.0.2版本修复字体背景遮挡问题
</p>
</div>
</a-col>
<a-col :span=" isPhone ? 24 : 9" style="height:480px;overflow:hidden;">