Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
custom_form
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-04-07 15:56:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1be32f01fefc3dcb6c6c79c59cd830368dee5131
1be32f01
1 parent
0155a4fa
fix 修改小问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/components/EmailField/index.vue
src/components/TextField/index.vue
src/components/EmailField/index.vue
View file @
1be32f0
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-04-0
6 17:19:02
* @LastEditTime: 2023-04-0
7 15:48:50
* @FilePath: /custom_form/src/components/EmailField/index.vue
* @Description: 邮箱输入框
-->
<template>
<div v-if="HideShow" class="
text
-field-page">
<div v-if="HideShow" class="
email
-field-page">
<div class="label">
<text v-if="item.component_props.required"> *</text>
{{ item.component_props.label }}
...
...
@@ -81,7 +81,7 @@ defineExpose({ validEmail, id: props.item.key });
</script>
<style lang="less">
.
text
-field-page {
.
email
-field-page {
.label {
padding: 30px 30px 0 30px;
font-size: 26px;
...
...
src/components/TextField/index.vue
View file @
1be32f0
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-04-0
4 15:11:19
* @LastEditTime: 2023-04-0
7 15:49:12
* @FilePath: /custom_form/src/components/TextField/index.vue
* @Description: 单行文本输入框(微信扫描功能)
-->
...
...
@@ -174,7 +174,7 @@ defineExpose({ validInput, id: props.item.key });
<style lang="less">
.text-field-page {
.label {
padding:
30px 30px 0 30
px;
padding:
0 30px 0 45
px;
font-size: 26px;
font-weight: bold;
...
...
Please
register
or
login
to post a comment