提交 354afd5d authored 作者: wangjiahao's avatar wangjiahao

fix: 主题名称超出边界问题

上级 e177c0d2
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</div> </div>
<div style="position: absolute; left: 0px; right: 0px; bottom: 0px; height: 30px;" @dblclick="setEdit"> <div style="position: absolute; left: 0px; right: 0px; bottom: 0px; height: 30px;" @dblclick="setEdit">
<div style=" background-color:#f7f8fa;color:#3d4d66;font-size:12px;height: 30px; line-height: 30px; text-align: center; white-space: pre; text-overflow: ellipsis; margin-left: 1px; margin-right: 1px;"> <div style=" background-color:#f7f8fa;color:#3d4d66;font-size:12px;height: 30px; line-height: 30px; text-align: center; white-space: pre; text-overflow: ellipsis; margin-left: 1px; margin-right: 1px;overflow: hidden">
<el-input <el-input
v-if="canEdit" v-if="canEdit"
ref="nameInput" ref="nameInput"
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
size="mini" size="mini"
@blur="loseFocus()" @blur="loseFocus()"
/> />
<span v-if="!canEdit" style="margin-top: 8px">{{ subjectItem.name }}</span> <span v-if="!canEdit" style="margin-top: 8px" :title="subjectItem.name">{{ subjectItem.name }}</span>
</div> </div>
</div> </div>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论