forked from github/dataease
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'"
|
||||
><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">
|
||||
|
Loading…
Reference in New Issue
Block a user