|
@@ -153,6 +153,24 @@
|
|
|
backgroundSize:'100% 100%',
|
|
|
}"
|
|
|
>
|
|
|
+ <div
|
|
|
+ :style="{
|
|
|
+ width:item.imgBgWidth + 'px',
|
|
|
+ height:item.imgBgHeight + 'px',
|
|
|
+ }"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ :style="{
|
|
|
+ width:item.imgSliderWidth + 'px',
|
|
|
+ height:item.imgSliderHeight + 'px',
|
|
|
+ backgroundImage:'url('+require(`../../../static/images/${item.SliderIcon}`)+')',
|
|
|
+ backgroundRepeat:'no-repeat',
|
|
|
+ marginLeft:'24px'
|
|
|
+ }"
|
|
|
+ >
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<!--主要页面配置-->
|
|
@@ -186,7 +204,6 @@
|
|
|
import imageJson from '../../../static/EnityImage'
|
|
|
import windowJson from '../../../static/EnityWindow'
|
|
|
import storageUtils from "../../utils/storageUtils"
|
|
|
- import {uniq} from "../../utils/tools"
|
|
|
import '../assets/less/splitscreen.less'
|
|
|
|
|
|
export default {
|