333-输入框上面的黑框提示取消

This commit is contained in:
gaoyuanwei 2022-06-29 15:54:22 +08:00
parent b4dc1b3d83
commit 8287422d9a
1 changed files with 10 additions and 10 deletions

View File

@ -68,17 +68,17 @@
name="system" name="system"
:rules="[{ required: true, message: '请输入申请应用' }]" :rules="[{ required: true, message: '请输入申请应用' }]"
> >
<a-tooltip placement="top"> <!-- <a-tooltip placement="top"> -->
<template #title> <!-- <template #title>
<span>{{ formName.formNameSystem }}</span> <span>{{ formName.formNameSystem }}</span>
</template> </template> -->
<a-input <a-input
style="width: 350px; background-color: #f5f5f5" style="width: 350px; background-color: #f5f5f5"
v-model:value="formName.formNameSystem" v-model:value="formName.formNameSystem"
:disabled="disabled" :disabled="disabled"
/> />
<span style="width: 350px; background-color: #f5f5f5"></span> <span style="width: 350px; background-color: #f5f5f5"></span>
</a-tooltip> <!-- </a-tooltip> -->
</a-form-item> </a-form-item>
<a-form-item <a-form-item