Skip to content

Commit

Permalink
fix: update border and test
Browse files Browse the repository at this point in the history
  • Loading branch information
haocaixia committed Nov 25, 2020
1 parent 577c7af commit f872ca1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/docs/zh-CN/border.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
export default {
setup(){
const varMap = reactive({
'$--box-shadow-light': 'boxShadowLight',
'$--box-shadow-base': 'boxShadowBase',
'$--border-radius-base': 'borderRadiusBase',
'$--border-radius-small': 'borderRadiusSmall'
'box-shadow-light': 'boxShadowLight',
'box-shadow-base': 'boxShadowBase',
'border-radius-base': 'borderRadiusBase',
'border-radius-small': 'borderRadiusSmall'
});
const original = reactive({
boxShadowLight: '0 2px 12px 0 rgba(0, 0, 0, 0.1)',
Expand Down

0 comments on commit f872ca1

Please sign in to comment.