模板选择时添加筛选功能
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
:step="5"
|
||||
:value="value"
|
||||
@blur="handleOnBlur"
|
||||
@keyup.enter="handleEnterClick"
|
||||
@keydown.enter="handleEnterClick"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -14,7 +14,9 @@
|
||||
:key="item.dictValue"
|
||||
:value="item.dictValue"
|
||||
>
|
||||
{{ item.dictLabel }}
|
||||
<div style="width: 120px">
|
||||
{{ item.dictLabel }}
|
||||
</div>
|
||||
</option>
|
||||
</select>
|
||||
<select
|
||||
@ -150,6 +152,10 @@ export default {
|
||||
select::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
option {
|
||||
width: 140px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user