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-24 13:27:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3adb5cec797965bbf4bc16208fd5166dd409a0e8
3adb5cec
1 parent
cf067e70
fix deep选择器写法调整
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/ContactField/index.vue
src/components/VideoField/index.vue
src/components/ContactField/index.vue
View file @
3adb5ce
...
...
@@ -50,7 +50,7 @@ const showPopover = ref(false);
border-radius: 50%;
text-align: center;
box-shadow: 0rem -0.17rem 0.67rem 0.08rem rgba(0, 0, 0, 0.05);
/deep/.van-icon
{
:deep(.van-icon)
{
line-height: 1.5;
}
}
...
...
src/components/VideoField/index.vue
View file @
3adb5ce
...
...
@@ -83,7 +83,7 @@ onUnmounted(() => {
}
}
/deep/.back-button
{
:deep(.back-button)
{
display: none !important;
}
</style>
...
...
Please
register
or
login
to post a comment