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-11-30 09:45:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2f0d6331bc877c9419b6f7e98637deaed8b12cd5
2f0d6331
1 parent
5ecf0c39
多行文本控件新增边框
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/components/TextareaField/index.vue
src/components/TextareaField/index.vue
View file @
2f0d633
...
...
@@ -43,4 +43,10 @@ const props = defineProps({
}
}
}
: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