Skip to content

Commit

Permalink
feat(badge): [badge] Optimize style
Browse files Browse the repository at this point in the history
  • Loading branch information
Youyou-smiles committed Oct 9, 2024
1 parent b7ccc5f commit 55b8229
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import { Link as TinyLink } from '@opentiny/vue'

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/link/basic-usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default {

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ const TinyIconFilletExternalLink = iconFilletExternalLink()

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/link/custom-icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ export default {

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ import { Link as TinyLink } from '@opentiny/vue'

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/link/dynamic-disable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export default {

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import { Link as TinyLink } from '@opentiny/vue'

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/link/focus-no-underline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default {

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ import { Link as TinyLink } from '@opentiny/vue'

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/link/link-style.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export default {

<style scoped>
.tiny-link {
margin-right: 8px;
margin-right: 48px;
}
</style>
3 changes: 3 additions & 0 deletions examples/sites/demos/pc/app/link/size-composition-api.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ const TinyIconEdit = iconEdit()
.tiny-custom-del {
margin-left: 2px;
}
.tiny-link {
margin-right: 48px;
}
</style>
3 changes: 3 additions & 0 deletions examples/sites/demos/pc/app/link/size.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ export default {
.tiny-custom-del {
margin-left: 2px;
}
.tiny-link {
margin-right: 48px;
}
</style>

0 comments on commit 55b8229

Please sign in to comment.