Showing
2 changed files
with
5 additions
and
5 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-08-29 14:31:20 | 2 | * @Date: 2022-08-29 14:31:20 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-04-06 17:19:02 | 4 | + * @LastEditTime: 2023-04-07 15:48:50 |
| 5 | * @FilePath: /custom_form/src/components/EmailField/index.vue | 5 | * @FilePath: /custom_form/src/components/EmailField/index.vue |
| 6 | * @Description: 邮箱输入框 | 6 | * @Description: 邮箱输入框 |
| 7 | --> | 7 | --> |
| 8 | <template> | 8 | <template> |
| 9 | - <div v-if="HideShow" class="text-field-page"> | 9 | + <div v-if="HideShow" class="email-field-page"> |
| 10 | <div class="label"> | 10 | <div class="label"> |
| 11 | <text v-if="item.component_props.required"> *</text> | 11 | <text v-if="item.component_props.required"> *</text> |
| 12 | {{ item.component_props.label }} | 12 | {{ item.component_props.label }} |
| ... | @@ -81,7 +81,7 @@ defineExpose({ validEmail, id: props.item.key }); | ... | @@ -81,7 +81,7 @@ defineExpose({ validEmail, id: props.item.key }); |
| 81 | </script> | 81 | </script> |
| 82 | 82 | ||
| 83 | <style lang="less"> | 83 | <style lang="less"> |
| 84 | -.text-field-page { | 84 | +.email-field-page { |
| 85 | .label { | 85 | .label { |
| 86 | padding: 30px 30px 0 30px; | 86 | padding: 30px 30px 0 30px; |
| 87 | font-size: 26px; | 87 | font-size: 26px; | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-08-29 14:31:20 | 2 | * @Date: 2022-08-29 14:31:20 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-04-04 15:11:19 | 4 | + * @LastEditTime: 2023-04-07 15:49:12 |
| 5 | * @FilePath: /custom_form/src/components/TextField/index.vue | 5 | * @FilePath: /custom_form/src/components/TextField/index.vue |
| 6 | * @Description: 单行文本输入框(微信扫描功能) | 6 | * @Description: 单行文本输入框(微信扫描功能) |
| 7 | --> | 7 | --> |
| ... | @@ -174,7 +174,7 @@ defineExpose({ validInput, id: props.item.key }); | ... | @@ -174,7 +174,7 @@ defineExpose({ validInput, id: props.item.key }); |
| 174 | <style lang="less"> | 174 | <style lang="less"> |
| 175 | .text-field-page { | 175 | .text-field-page { |
| 176 | .label { | 176 | .label { |
| 177 | - padding: 30px 30px 0 30px; | 177 | + padding: 0 30px 0 45px; |
| 178 | font-size: 26px; | 178 | font-size: 26px; |
| 179 | font-weight: bold; | 179 | font-weight: bold; |
| 180 | 180 | ... | ... |
-
Please register or login to post a comment