fix(接口测试): 修复请求头参数没有文字提示的缺陷
--bug=1037058 --user=王孝刚 【接口测试】请求头参数描述hover没有文字提示 https://www.tapd.cn/55049933/s/1475139
This commit is contained in:
parent
7fcc8391f4
commit
47222ebd3f
|
@ -14,6 +14,7 @@
|
|||
:max-length="255"
|
||||
class="param-input"
|
||||
:size="props.size"
|
||||
:placeholder="t('ms.paramsInput.commonPlaceholder')"
|
||||
@input="(val) => emit('input', val)"
|
||||
@change="(val) => emit('change', val)"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue