refactor(工作台): 优化模板市场样式

This commit is contained in:
wangjiahao 2024-10-10 12:12:58 +08:00
parent 32a6a95508
commit 91c7394263

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">