🌀(component): 优化page组件 hover状态下文字颜色与当前主题色保持一致

This commit is contained in:
0o张不歪o0
2022-07-01 11:05:57 +08:00
parent c169ffc7e3
commit 76a57dd897
4 changed files with 32 additions and 3 deletions

View File

@@ -285,6 +285,7 @@ export default {
| showSkip | 显示跳转 | `false` |
| pages | 显示切页按钮数量 | `10` |
| limits | 切换每页数量的选择项 | `[10,20,30,40,50]` |
| theme | 主题色 |`green`|
:::

View File

@@ -20,6 +20,7 @@
<li>[修复] tooltip 组件设置isAutoShow 属性时宽度设置max-width 时拖动浏览器时出现...时tooltip不显示问题。 by @dingyongya</li>
<li>[修复] table 组件设置 ellipsisTooltip 属性时 出现...时tooltip不显示问题。by @dingyongya</li>
<li>[优化] transfer 组件 selectedKeys 选中效果, 加入 checkbox 半选状态。by @Jmysy</li>
<li>[优化] page 组件 hover状态下文字颜色跟当前设置的theme主题色保持一致。by @0o张不歪o0</li>
</ul>
</li>
</ul>