修改禅道已知问题
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
<span class="text-sel" :title="$t('problemClassification')">{{$t('problemClassification')}}</span>
|
<span class="text-sel" :title="$t('problemClassification')">{{$t('problemClassification')}}</span>
|
||||||
<a-select :placeholder="$t('PleaseSelect')+$t('problemClassification')"
|
<a-select :placeholder="$t('PleaseSelect')+$t('problemClassification')"
|
||||||
class="text-select"
|
class="text-select"
|
||||||
|
:getPopupContainer="triggerNode=> triggerNode.parentNode"
|
||||||
allowClear
|
allowClear
|
||||||
v-model="queryParamOne.problem_type">
|
v-model="queryParamOne.problem_type">
|
||||||
<a-select-option v-for="(item, key) in tagList"
|
<a-select-option v-for="(item, key) in tagList"
|
||||||
@@ -318,7 +319,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
line-height: 32px;
|
line-height: 38px;
|
||||||
|
|
||||||
.text-sel {
|
.text-sel {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -333,7 +334,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text-select {
|
.text-select {
|
||||||
flex: 1;
|
width: calc(100% - 79px);
|
||||||
height: 38px;
|
height: 38px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -499,9 +500,9 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectText {
|
.selectText {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user