File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" demo" >
3- <image-shadow :width = " 280 " : src =" this.src1" ></image-shadow >
4- <image-shadow :width = " 280 " : src =" this.src2" ></image-shadow >
5- <image-shadow :width = " 280 " : shadow-radius =" 20" :src =" this.src3" ></image-shadow >
3+ <image-shadow :src =" this.src1" ></image-shadow >
4+ <image-shadow :src =" this.src2" ></image-shadow >
5+ <image-shadow :shadow-radius =" 20" :src =" this.src3" ></image-shadow >
66 </div >
77</template >
88
@@ -28,7 +28,7 @@ export default {
2828 .demo {
2929 display : grid ;
3030 justify-content : space-around ;
31- grid-template-columns : repeat (auto-fill , 280 px );
31+ grid-template-columns : repeat (auto-fill , 300 px );
3232 grid-gap : 40px ;
3333 }
3434 </style >
Original file line number Diff line number Diff line change 11<template >
22 <div class =" demo" >
3- <image-shadow :width = " 280 " : src =" this.src1" shadow-hover ></image-shadow >
4- <image-shadow :width = " 280 " : src =" this.src2" shadow-hover ></image-shadow >
5- <image-shadow :width = " 280 " : shadow-radius =" 20" :src =" this.src3" shadow-hover ></image-shadow >
3+ <image-shadow :src =" this.src1" shadow-hover ></image-shadow >
4+ <image-shadow :src =" this.src2" shadow-hover ></image-shadow >
5+ <image-shadow :shadow-radius =" 20" :src =" this.src3" shadow-hover ></image-shadow >
66 </div >
77</template >
88
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import vue from 'vue-highlight.js/lib/languages/vue';
66
77import 'highlight.js/styles/atom-one-dark-reasonable.css' ;
88
9- import DemoCode from './components/demoCode.vue'
9+ import DemoCode from './components/demoCode.vue' ;
1010
1111export default ( {
1212 Vue,
Original file line number Diff line number Diff line change 1+ $contentWidth = 1200px
Original file line number Diff line number Diff line change 1- # 🗓 Changelog
1+ # 🔖 Changelog
22
33## 1.0.0
44
You can’t perform that action at this time.
0 commit comments