333-输入框上面的黑框提示取消
This commit is contained in:
parent
b4dc1b3d83
commit
8287422d9a
|
@ -68,17 +68,17 @@
|
|||
name="system"
|
||||
:rules="[{ required: true, message: '请输入申请应用' }]"
|
||||
>
|
||||
<a-tooltip placement="top">
|
||||
<template #title>
|
||||
<!-- <a-tooltip placement="top"> -->
|
||||
<!-- <template #title>
|
||||
<span>{{ formName.formNameSystem }}</span>
|
||||
</template>
|
||||
<a-input
|
||||
style="width: 350px; background-color: #f5f5f5"
|
||||
v-model:value="formName.formNameSystem"
|
||||
:disabled="disabled"
|
||||
/>
|
||||
<span style="width: 350px; background-color: #f5f5f5"></span>
|
||||
</a-tooltip>
|
||||
</template> -->
|
||||
<a-input
|
||||
style="width: 350px; background-color: #f5f5f5"
|
||||
v-model:value="formName.formNameSystem"
|
||||
:disabled="disabled"
|
||||
/>
|
||||
<span style="width: 350px; background-color: #f5f5f5"></span>
|
||||
<!-- </a-tooltip> -->
|
||||
</a-form-item>
|
||||
|
||||
<a-form-item
|
||||
|
|
Loading…
Reference in New Issue