We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.7.0
暗黑主题模式下,按钮风格不一致,以【用户管理】为例: 查询按钮没有显示边框,鼠标放在上面也没有反应, 重置按钮显示边框,鼠标放在上面会有焦点反应。
工具条上的新增、导出等按钮,以及项目配置面板中的复制按钮,都和查讯按钮一样。
如果你是启动报错,请说明你的前端环境
The text was updated successfully, but these errors were encountered:
已修复,下一版本发布。
你本地可可在src/design/index.less 文件按如下进行修改:
html[data-theme='dark'] { .jeecg-form-detail-effect { * { color: #606266; } .ant-upload-text-icon, a { color:rgba(255, 255, 255, 0.25) ; } .ant-select-selector, .ant-btn, .ant-input, .ant-input-affix-wrapper, .ant-picker, .ant-input-number { background-color: transparent !important; } .ant-select-selection-item { background-color: transparent !important; } // 暗黑模式下输入框等icon隐藏 .ant-picker-suffix,.ant-select-arrow { content:" "; display: none; } } }
Sorry, something went wrong.
No branches or pull requests
版本号:
3.7.0
问题描述:
暗黑主题模式下,按钮风格不一致,以【用户管理】为例:
查询按钮没有显示边框,鼠标放在上面也没有反应,
重置按钮显示边框,鼠标放在上面会有焦点反应。
工具条上的新增、导出等按钮,以及项目配置面板中的复制按钮,都和查讯按钮一样。
截图&代码:
前端安装环境:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: