修改禅道已知问题

This commit is contained in:
qq787203167
2022-08-24 16:25:09 +08:00
parent d08fd4c27f
commit bb2e3f8840
@@ -7,6 +7,7 @@
<span class="text-sel" :title="$t('problemClassification')">{{$t('problemClassification')}}</span>
<a-select :placeholder="$t('PleaseSelect')+$t('problemClassification')"
class="text-select"
:getPopupContainer="triggerNode=> triggerNode.parentNode"
allowClear
v-model="queryParamOne.problem_type">
<a-select-option v-for="(item, key) in tagList"
@@ -318,7 +319,7 @@
display: flex;
justify-content: space-between;
margin-bottom: 24px;
line-height: 32px;
line-height: 38px;
.text-sel {
font-size: 14px;
@@ -333,7 +334,7 @@
}
.text-select {
flex: 1;
width: calc(100% - 79px);
height: 38px;
}
}
@@ -499,9 +500,9 @@
padding: 0;
}
.selectText {
.selectText {
width: 100%;
display: inline-block;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;