Merge pull request #12609 from dataease/pr@dev-v2@refactor_workbranch

refactor(工作台): 优化模板市场样式
This commit is contained in:
王嘉豪 2024-10-10 12:13:42 +08:00 committed by GitHub
commit 959dd624ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
<el-icon class="custom-back-icon hover-icon" @click="previewModel = 'full'"
><ArrowLeft
/></el-icon>
<span>{{ state.curTemplate.title }}1 </span>
<span>{{ state.curTemplate.title }} </span>
<el-row class="head-right">
<el-button
secondary
@ -743,6 +743,17 @@ defineExpose({
overflow-y: hidden;
height: 100%;
}
.custom-market-tree {
::v-deep(.ed-tree-node__content) {
.ed-tree-node__label {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
</style>
<style lang="less">