[update] 修改水印颜色透明度降低

This commit is contained in:
lideqin
2024-08-23 11:54:18 +08:00
parent ea1973b52a
commit 8c29ae960c
+1 -1
View File
@@ -24,6 +24,6 @@ window._CONFIG.regulationAdminRoleCode = 'regulationAdmin'
window._CONFIG.systemAdminRoleCode = 'admin'
// 水印配置
window._CONFIG.watermarkConfig = {
color: 'rgba(180, 180, 180, 0.2)',
color: 'rgba(180, 180, 180, 0.15)',
font: '13px Microsoft Yahei'
}