|
@@ -110,19 +110,19 @@
|
|
|
:options="columns.softwareOptionId"
|
|
|
/>
|
|
|
</a-form-item>
|
|
|
- <a-form-item>
|
|
|
+ <a-form-item name="nickName">
|
|
|
<template #label>
|
|
|
<div class="myTitle"><span class="number">06</span>{{ t('feedback.title6') }}</div>
|
|
|
</template>
|
|
|
<a-input :maxlength="30" v-model:value="formData.nickName" :placeholder="t('feedback.settext')" />
|
|
|
</a-form-item>
|
|
|
- <a-form-item>
|
|
|
+ <a-form-item name="phone">
|
|
|
<template #label>
|
|
|
<div class="myTitle"><span class="number">07</span>{{ t('feedback.title61') }}</div>
|
|
|
</template>
|
|
|
<a-input :maxlength="30" v-model:value="formData.phone" :placeholder="t('feedback.settext')" />
|
|
|
</a-form-item>
|
|
|
- <a-form-item>
|
|
|
+ <a-form-item name="country">
|
|
|
<template #label>
|
|
|
<div class="myTitle"><span class="number">08</span>{{ t('feedback.title7') }}</div>
|
|
|
</template>
|
|
@@ -368,4 +368,13 @@
|
|
|
top: 4.5px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ :deep(.ant-form-item-required) {
|
|
|
+ &::before {
|
|
|
+ display: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ :deep(.ant-form-item-label:has(.myTitle.required)) {
|
|
|
+ overflow: visible;
|
|
|
+ }
|
|
|
</style>
|