feat(settings): 重构设置页面为标签页布局并提取通用样式

- 将设置页面从折叠面板改为标签页布局,提升操作体验
- 创建 common.less 文件集中管理全局样式(如 toast 动画)
- 移除各组件中重复的 toast 样式定义,统一维护
- 优化设置页面的视觉结构和交互逻辑
This commit is contained in:
anghunk
2026-02-02 17:09:46 +08:00
parent 4231928f9f
commit 49693ca46e
8 changed files with 545 additions and 518 deletions

View File

@@ -354,9 +354,8 @@ function closeVersionModal() {
}
</script>
<style scoped lang="less">
<style lang="less">
@import "../../styles/layout.less";
.modal-overlay {
position: fixed;
inset: 0;