fangzhengjin / umi-plugin-panel-tabs

umi-plugin-panel-tabs
MIT License
87 stars 20 forks source link

使用了之后会导致水印不显示,不知各位有没有遇到这个问题。 #50

Closed spring-xql closed 2 years ago

fangzhengjin commented 2 years ago

演示环境是正常显示水印的哈,可以先检查下配置,如果不确定可以提供复现仓库

---原始邮件--- 发件人: @.> 发送时间: 2022年8月25日(周四) 上午9:52 收件人: @.>; 抄送: @.***>; 主题: [fangzhengjin/umi-plugin-panel-tabs] 使用了之后会导致水印不显示,不知各位有没有遇到这个问题。 (Issue #50)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

spring-xql commented 2 years ago

演示环境是正常显示水印的哈,可以先检查下配置,如果不确定可以提供复现仓库 ---原始邮件--- 发件人: @.> 发送时间: 2022年8月25日(周四) 上午9:52 收件人: @.>; 抄送: @.>; 主题: [fangzhengjin/umi-plugin-panel-tabs] 使用了之后会导致水印不显示,不知各位有没有遇到这个问题。 (Issue #50) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

是的啊,我看演示环境能正常显示水印。应该是我自己的配置问题,我仔细检查下,感谢百忙之中及时回复解答!

spring-xql commented 2 years ago

演示环境是正常显示水印的哈,可以先检查下配置,如果不确定可以提供复现仓库 ---原始邮件--- 发件人: @.**> 发送时间: 2022年8月25日(周四) 上午9:52 收件人: @.**>; 抄送: @.**>; 主题: [fangzhengjin/umi-plugin-panel-tabs] 使用了之后会导致水印不显示,不知各位有没有遇到这个问题。 (Issue #50) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.**>

是的啊,我看演示环境能正常显示水印。应该是我自己的配置问题,我仔细检查下,感谢百忙之中及时回复解答!

1:单独在PageContainer设置了水印就能生效

image

2:在app.tsx里配置全局水印不会生效,奇怪了

image
fangzhengjin commented 2 years ago

可以zindex该小点试试

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue is being automatically closed due to inactivity.

Lanlanxiao commented 2 years ago

请问这个问题有解决方法吗,我的面包屑配置也是使用了这个插件后显示不出来

fangzhengjin commented 2 years ago

zIndex设置成1看看效果吧

---原始邮件--- 发件人: @.> 发送时间: 2022年8月25日(周四) 上午10:56 收件人: @.>; 抄送: @.**@.>; 主题: Re: [fangzhengjin/umi-plugin-panel-tabs] 使用了之后会导致水印不显示,不知各位有没有遇到这个问题。 (Issue #50)

演示环境是正常显示水印的哈,可以先检查下配置,如果不确定可以提供复现仓库 … ---原始邮件--- 发件人: @.> 发送时间: 2022年8月25日(周四) 上午9:52 收件人: @**.>; 抄送: @.*>; 主题: [fangzhengjin/umi-plugin-panel-tabs] 使用了之后会导致水印不显示,不知各位有没有遇到这个问题。 (Issue #50) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @._>

是的啊,我看演示环境能正常显示水印。应该是我自己的配置问题,我仔细检查下,感谢百忙之中及时回复解答!

1:单独在PageContainer设置了水印就能生效

2:在app.tsx里配置全局水印不会生效,奇怪了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Lanlanxiao commented 2 years ago

设置成1,也显示不出来,好像是把antd版本库升级到最新,然后水印和面包屑都没出来了,没有使用这个插件时,水印和面包屑配置是正常的 image image

spring-xql commented 2 years ago

我的解决方案是在childrenRender用水印组件单独包一层

image
spring-xql commented 2 years ago

设置成1,也显示不出来,好像是把antd库升级到最新了,然后水印和面包碎片出来了,没有使用这个插件的时候,水印和面包版本配置是正常的 图片 图片

在layout中的childrenRender单独用水印组件包一层就能解决

Lanlanxiao commented 2 years ago

我的解决方案是在childrenRender用水印组件单独包一层 image

可以的,谢谢