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({
...
@@ -43,4 +43,10 @@ const props = defineProps({
43
}
43
}
44
}
44
}
45
}
45
}
46
+
47
+
:deep(.van-field__body) {
48
+
border: 1px solid #eaeaea;
49
+
border-radius: 0.25rem;
50
+
padding: 0.25rem 0.5rem;
51
+
}
46
</style>
52
</style>
...
...
Please
register
or
login
to post a comment