-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[主题颜色错误]主题相关覆盖错误问题集中反馈 #284
Comments
@hzsrc 这两个问题,直接利用 |
看下 #317 里说的方法是否可行? 至少暂时来说, 日期选择是没问题了(就是不知道,注释掉的地方, 会不会对其它地方产生影响). 这个步骤表单是否也可以采用类似方式? |
ref #343 |
8月26日master版本,使用 {
path: '/',
name: 'index',
component: BasicLayout,
meta: { title: '首页' },
redirect: '/dashboard/workplace',
children: [
// 单页1
{
path: '/s1-dashboard/analysis',
name: 'S1-Analysis',
component: () => import('@/views/dashboard/Analysis'),
meta: { title: '单页一', keepAlive: false, permission: [ 'dashboard' ] }
},
// 单页2
{
path: '/s2-list',
name: 's2-list',
component: PageView,
redirect: '/s2-list/table-list',
hideChildrenInMenu: true, // 强制显示 MenuItem 而不是 SubMenu
meta: { title: '单页2', icon: 'table', permission: [ 'table' ] },
children: [
{
path: '/s2-list/table-list/:pageNo([1-9]\\d*)?',
name: 's2-TableListWrapper',
component: () => import('@/views/list/TableList'),
meta: { title: '查询表格', keepAlive: true, permission: [ 'table' ], hidden: true }
}
]
},
```其它配置 造成这个的表面原因是 我现在的解决办法是 .ant-menu-dark .ant-menu-item-selected>a.router-link-active {
color: #fff;
}
.ant-menu-dark .ant-menu-item-selected>a.router-link-active:hover {
color: #fff;
} 不知道有没有更好的解决办法? |
@free-pan preview 不会给用户使用,这个只会在我的 预览项目上部署,用户打包都是 prod 不存在能够在线更新主题的功能。既这个问题不会被复现 另外,尝试在 https://github.com/sendya/ant-design-pro-vue/blob/master/config/plugin.config.js#L17 下加规则也可以让 css 优先级改变 |
@iota9star fixed 7e9e22a |
@sendya 👍👍👍 |
…mment-527177178" This reverts commit feefa17.
…mment-527177178" This reverts commit feefa17.
问题输入框box-shadow有点问题 期望box-shadow颜色与主题色配套 实际 |
可以试着在
|
SettingDrawer选中“色弱模式”,关闭后没有正确隐藏,通过拖动底部滚动条,在页面右部可以看到,取消“色弱模式”页面恢复正常。 |
前端小白,想使用官方的dark主题,如何进行实现,尝试了官方的步骤但不起作用。谢谢 |
theme-color-replacer 问题统一汇总
Describe the bug
webpack-theme-color-replacer plguin
replacer class selector error
Screenshots
a-step
组件 active 状态步下 文字颜色被覆盖Desktop (please complete the following information):
Additional context
fix class selector
ref: #261
ref: #343
The text was updated successfully, but these errors were encountered: