feat(container): 在容器组件中添加标题右侧插槽并调整样式- 在 container.vue 中添加了 header 插槽,用于在标题右侧放置内容

- 调整了 container.vue 中的标题布局,使其与新增插槽对齐- 更新了 workplace/index.vue 中的样式选择器,以适应新的 DOM 结构
This commit is contained in:
2025-06-20 11:22:52 +08:00
parent fe132b480f
commit 7969167c70
2 changed files with 5 additions and 2 deletions

View File

@ -45,7 +45,7 @@ const getSuccessCaseList = async () => {
<style scoped lang="less">
.body {
padding-left: 4px !important;
:deep(> .title) {
:deep(> div > .title) {
padding-left: 20px;
}
}