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
2023-03-21 18:37:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
37c355f14fe579cc84f1f87758b513899d5cf2ed
37c355f1
1 parent
5cbce436
🐞 fix: 文本框字数显示控制样式优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/components/TextareaField/index.vue
src/components/TextareaField/index.vue
View file @
37c355f
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
2-12-29 11:25:54
* @LastEditTime: 202
3-03-21 18:36:51
* @FilePath: /data-table/src/components/TextareaField/index.vue
* @Description: 多行文本输入框
-->
...
...
@@ -54,7 +54,12 @@ const HideShow = computed(() => {
}
}
:deep(.van-field__body) {
// :deep(.van-field__body) {
// border: 1px solid #eaeaea;
// border-radius: 0.25rem;
// padding: 0.25rem 0.5rem;
// }
:deep(.van-cell__value) {
border: 1px solid #eaeaea;
border-radius: 0.25rem;
padding: 0.25rem 0.5rem;
...
...
Please
register
or
login
to post a comment