|
@@ -2,7 +2,9 @@
|
|
|
<view id='app'>
|
|
|
<view class="head" :style="{backgroundColor:styleData.color}">
|
|
|
<text :style="{color:styleData.fontColor}">睿宝AI</text>
|
|
|
- <switch @change="styleChange(styleData)" />
|
|
|
+ <view class="switch">
|
|
|
+ <switch @change="styleChange(styleData)" />
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="pageView" :style="{backgroundColor:styleData.color}">
|
|
|
<view class="sidebar-left"></view>
|