Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
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
2022-12-02 16:47:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7fa9bc4820a21f9c04624cdb9941bc76bf6765c8
7fa9bc48
1 parent
eb883465
邮箱控件新增边框
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/components/EmailField/index.vue
src/components/EmailField/index.vue
View file @
7fa9bc4
...
...
@@ -50,4 +50,10 @@ const rules = [{ validator, message: "请输入正确邮箱" }];
}
}
}
:deep(.van-field__body) {
border: 1px solid #eaeaea;
border-radius: 0.25rem;
padding: 0.25rem 0.5rem;
}
</style>
...
...
Please
register
or
login
to post a comment