fix(测试跟踪): 关联需求检索后,文字太长会出现重叠

--bug=1037578 --user=陈建星 【测试跟踪】github#29619,功能用例编辑页面-相关需求搜索关键字后,显示出来的字体重叠 https://www.tapd.cn/55049933/s/1620835
This commit is contained in:
AgAngle 2024-11-29 14:59:19 +08:00 committed by Craftsman
parent 28afcbf901
commit 159f0cd8a5
1 changed files with 8 additions and 0 deletions

View File

@ -231,6 +231,7 @@
:filter-method="filterDemand" :filter-method="filterDemand"
@click.native="onClick" @click.native="onClick"
size="small" size="small"
popper-class="demand-search-suggestion"
> >
<template slot-scope="{ data }"> <template slot-scope="{ data }">
<div class="story-box"> <div class="story-box">
@ -782,6 +783,13 @@ export default {
}; };
</script> </script>
<style lang="scss">
.demand-search-suggestion .el-cascader__suggestion-item {
white-space: nowrap;
max-width: 400px;
}
</style>
<style scoped lang="scss"> <style scoped lang="scss">
@import "@/business/style/index.scss"; @import "@/business/style/index.scss";
.case-padding{ .case-padding{