修复字体背景遮挡问题
This commit is contained in:
parent
947b5f80e0
commit
07c264a6f8
0
public/change.log
Normal file
0
public/change.log
Normal 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;">
|
||||
|
Loading…
x
Reference in New Issue
Block a user