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-29 16:44:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7b191b7c74947ec14d811ee6778d46d275c1611
b7b191b7
1 parent
ee550807
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/components/IdentityField/index.vue
src/components/IdentityField/index.vue
View file @
b7b191b
...
@@ -96,4 +96,10 @@ const onDelete = () => {};
...
@@ -96,4 +96,10 @@ const onDelete = () => {};
96
}
96
}
97
}
97
}
98
}
98
}
99
+
100
+
:deep(.van-cell__value) {
101
+
border: 1px solid #eaeaea;
102
+
border-radius: 0.25rem;
103
+
padding: 0.25rem 0.5rem;
104
+
}
99
</style>
105
</style>
...
...
Please
register
or
login
to post a comment