-
Notifications
You must be signed in to change notification settings - Fork 191
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
feat: 新增侧边栏颜色切换 #681
feat: 新增侧边栏颜色切换 #681
Conversation
src/layouts/setting.vue
Outdated
<p :style="{ textAlign: 'center', marginTop: '8px' }">{{ item.text }}</p> | ||
</div> | ||
</div> | ||
</t-radio-group> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我感觉这个其实做成个radiogroup就可以 一个暗黑一个明亮 这个侧边栏也再多个跟随系统 跟随系统感觉是全局的 单独一个侧边栏有这种配置 不太合适
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commit cd6e478, 经过测试,只能禁用掉跟随系统按钮。否则就只能大改样式文件了,如果要改就肯定要写死margin left了,这是配置面板建议可以不用太要命(或者有什么更好的展示方式?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commit 5606355, 现在好多了
🤔 这个 PR 的性质是?
🔗 相关 Issue
closed #447
link #657
💡 需求背景和解决方案
📝 更新日志
feat: 新增侧边栏颜色切换
fix: 修复头部元素与Logo偏移的问题
fix: 修复部分i18n未引用的问题
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单