fix:问卷标题样式
This commit is contained in:
@@ -366,8 +366,18 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.survey_item_info_title {
|
||||
display: flex;
|
||||
.el-text {
|
||||
font-size: 15px;
|
||||
|
||||
// 添加以下样式处理文本溢出
|
||||
&:first-child {
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
& > :nth-child(2) {
|
||||
|
||||
Reference in New Issue
Block a user