style(测试跟踪): 规范下拉框样式统一组件大小

This commit is contained in:
fit2-zhao 2020-10-14 11:16:14 +08:00
parent 21685342e4
commit 578dfa4b88
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@
filterable
style="width: 20%"
:placeholder="$t('test_track.issue.please_choose_current_owner')"
collapse-tags>
collapse-tags size="small">
<el-option v-for="(userInfo, index) in users" :key="index" :label="userInfo.user"
:value="userInfo.user"/>
</el-select>