Commit Graph

2 Commits

Author SHA1 Message Date
dkp
7969167c70 feat(container): 在容器组件中添加标题右侧插槽并调整样式- 在 container.vue 中添加了 header 插槽,用于在标题右侧放置内容
- 调整了 container.vue 中的标题布局,使其与新增插槽对齐- 更新了 workplace/index.vue 中的样式选择器,以适应新的 DOM 结构
2025-06-20 11:22:52 +08:00
dkp
a70cd94176 refactor(components): 将容器组件从 workplace 模块中独立出来
- 从 workplace/modules 目录中移除 container.vue 文件- 在根 components 目录下创建新的 container.vue 文件
- 更新 workplace/index.vue 中的 Container 组件引用
- 调整 container.vue 中的样式,增加 border-radius 属性
- 修改 workplace/index.vue 中的 body 样式,使用 !important 优先级
2025-06-18 11:38:23 +08:00