Skip to content

Commit

Permalink
fix(demo): 修复各个组件 demo 字体问题
Browse files Browse the repository at this point in the history
  • Loading branch information
qifeng0748 committed Mar 12, 2024
1 parent 82f1416 commit 3b370c9
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion components/popup/demo/cases/demo0.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
.md-example-popup
position relative
font-size 28px
font-family DIDIFD-Medium
font-family 'Helvetica Neue'
font-weight 500
box-sizing border-box
text-align center
Expand Down
2 changes: 1 addition & 1 deletion components/popup/test/cases/demo0.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
.md-example-popup
position relative
font-size 28px
font-family DIDIFD-Medium
font-family 'Helvetica Neue'
font-weight 500
box-sizing border-box
text-align center
Expand Down
4 changes: 2 additions & 2 deletions components/progress/demo/cases/demo0.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
justify-content center
.md-progress
margin 0 10px
.progress-valuDIDIFD-Medium
.progress-value
font-size 24px
font-family DIDIFD-Medium
font-family 'Helvetica Neue'
</style>
Expand Down
4 changes: 2 additions & 2 deletions components/progress/demo/cases/demo1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
justify-content center
.md-progress
margin 0 10px
.progress-valuDIDIFD-Medium
.progress-value
font-size 24px
font-family DIDIFD-Medium
font-family 'Helvetica Neue'
</style>
Expand Down
4 changes: 2 additions & 2 deletions components/progress/test/cases/demo0.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
justify-content center
.md-progress
margin 0 10px
.progress-valuDIDIFD-Medium
.progress-value
font-size 24px
font-family DIDIFD-Medium
font-family 'Helvetica Neue'
</style>
Expand Down
4 changes: 2 additions & 2 deletions components/progress/test/cases/demo1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
justify-content center
.md-progress
margin 0 10px
.progress-valuDIDIFD-Medium
.progress-value
font-size 24px
font-family DIDIFD-Medium
font-family 'Helvetica Neue'
</style>
Expand Down
2 changes: 1 addition & 1 deletion components/scroll-view/demo/cases/demo0.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ export default {
padding 30px 0
text-align center
font-size 28px
font-family DIDIFD-Medium
font-family 'Helvetica Neue'
border-bottom .5px solid #efefef
</style>
Expand Down
4 changes: 2 additions & 2 deletions components/scroll-view/demo/cases/demo1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export default {
width 1000px
.scroll-view-item
flex 1
text-align cDIDIFD-Medium
text-align center
font-size 28px
font-family DINAlternate-Bold
font-family 'Helvetica Neue'
border-right .5px solid #efefef
</style>
Expand Down
4 changes: 2 additions & 2 deletions components/scroll-view/demo/cases/demo2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export default {
background #FFF
.scroll-view-item
padding 30px 0
text-align cDIDIFD-Medium
text-align center
font-size 28px
font-family DINAlternate-Bold
font-family 'Helvetica Neue'
border-bottom .5px solid #efefef
</style>
Expand Down
4 changes: 2 additions & 2 deletions components/scroll-view/demo/cases/demo3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export default {
background #FFF
.scroll-view-item
padding 30px 0
text-align cDIDIFD-Medium
text-align center
font-size 32px
font-family DINAlternate-Bold
font-family 'Helvetica Neue'
border-bottom .5px solid #efefef
</style>
Expand Down
4 changes: 2 additions & 2 deletions components/scroll-view/demo/cases/demo4.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ export default {
z-index 2
.scroll-view-category-title, .scroll-view-striky-title
padding 10px 0
text-align cDIDIFD-Medium
text-align center
font-size 32px
font-family DINAlternate-Bold
font-family 'Helvetica Neue'
background-color #f0f0f0
.scroll-view-item
padding 30px 0
Expand Down
4 changes: 2 additions & 2 deletions components/scroll-view/demo/cases/demo6.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export default {
box-shadow 0 2px 8px #f0f0f0
.scroll-view-item
padding 30px 0
text-align cDIDIFD-Medium
text-align center
font-size 32px
font-family DINAlternate-Bold
font-family 'Helvetica Neue'
border-bottom .5px solid #efefef
</style>
Expand Down
4 changes: 2 additions & 2 deletions components/transition/demo/cases/demo0.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ export default {
.md-button
margin-bottom 20px
.md-example-popup
position relDIDIFD-Medium
position relative
font-size 28px
font-family DINAlternate-Bold
font-family 'Helvetica Neue'
font-weight 500
box-sizing border-box
text-align center
Expand Down

0 comments on commit 3b370c9

Please sign in to comment.