Skip to content

Commit 55b8229

Browse files
committed
feat(badge): [badge] Optimize style
1 parent b7ccc5f commit 55b8229

12 files changed

+16
-10
lines changed

examples/sites/demos/pc/app/link/basic-usage-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ import { Link as TinyLink } from '@opentiny/vue'
1111

1212
<style scoped>
1313
.tiny-link {
14-
margin-right: 8px;
14+
margin-right: 48px;
1515
}
1616
</style>

examples/sites/demos/pc/app/link/basic-usage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export default {
1717

1818
<style scoped>
1919
.tiny-link {
20-
margin-right: 8px;
20+
margin-right: 48px;
2121
}
2222
</style>

examples/sites/demos/pc/app/link/custom-icon-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ const TinyIconFilletExternalLink = iconFilletExternalLink()
3131

3232
<style scoped>
3333
.tiny-link {
34-
margin-right: 8px;
34+
margin-right: 48px;
3535
}
3636
</style>

examples/sites/demos/pc/app/link/custom-icon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ export default {
3838

3939
<style scoped>
4040
.tiny-link {
41-
margin-right: 8px;
41+
margin-right: 48px;
4242
}
4343
</style>

examples/sites/demos/pc/app/link/dynamic-disable-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ import { Link as TinyLink } from '@opentiny/vue'
1515

1616
<style scoped>
1717
.tiny-link {
18-
margin-right: 8px;
18+
margin-right: 48px;
1919
}
2020
</style>

examples/sites/demos/pc/app/link/dynamic-disable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ export default {
2121

2222
<style scoped>
2323
.tiny-link {
24-
margin-right: 8px;
24+
margin-right: 48px;
2525
}
2626
</style>

examples/sites/demos/pc/app/link/focus-no-underline-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ import { Link as TinyLink } from '@opentiny/vue'
1111

1212
<style scoped>
1313
.tiny-link {
14-
margin-right: 8px;
14+
margin-right: 48px;
1515
}
1616
</style>

examples/sites/demos/pc/app/link/focus-no-underline.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export default {
1717

1818
<style scoped>
1919
.tiny-link {
20-
margin-right: 8px;
20+
margin-right: 48px;
2121
}
2222
</style>

examples/sites/demos/pc/app/link/link-style-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ import { Link as TinyLink } from '@opentiny/vue'
1515

1616
<style scoped>
1717
.tiny-link {
18-
margin-right: 8px;
18+
margin-right: 48px;
1919
}
2020
</style>

examples/sites/demos/pc/app/link/link-style.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ export default {
2121

2222
<style scoped>
2323
.tiny-link {
24-
margin-right: 8px;
24+
margin-right: 48px;
2525
}
2626
</style>

0 commit comments

Comments
 (0)