Merge pull request #12609 from dataease/pr@dev-v2@refactor_workbranch
refactor(工作台): 优化模板市场样式
This commit is contained in:
commit
959dd624ed
@ -17,7 +17,7 @@
|
|||||||
<el-icon class="custom-back-icon hover-icon" @click="previewModel = 'full'"
|
<el-icon class="custom-back-icon hover-icon" @click="previewModel = 'full'"
|
||||||
><ArrowLeft
|
><ArrowLeft
|
||||||
/></el-icon>
|
/></el-icon>
|
||||||
<span>{{ state.curTemplate.title }}1 </span>
|
<span>{{ state.curTemplate.title }} </span>
|
||||||
<el-row class="head-right">
|
<el-row class="head-right">
|
||||||
<el-button
|
<el-button
|
||||||
secondary
|
secondary
|
||||||
@ -743,6 +743,17 @@ defineExpose({
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
height: 100%;
|
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>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user