Skip to content

Commit 22be3f1

Browse files
committed
chore(vue editor): 更新样式
1 parent 0106776 commit 22be3f1

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

packages/demo/src/vue-editor/views/editor/config/defaultItems.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ export default [
199199
]
200200
}
201201
},
202-
{
203-
name: 'CategoryGoods'
204-
},
205202
{
206203
name: 'RecommendedGoodsList'
207204
},

packages/demo/src/vue-editor/views/editor/viewComponents/CarouselImg/View.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<style module>
5757
@import 'variable.css';
5858
.box {
59+
background-color: #FFFFFF;
5960
width: 1920px;
6061
}
6162
.emptyBox {

packages/demo/src/vue-editor/views/editor/viewComponents/Coupon/component/View.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
@import 'variable.css';
2323
.box {
2424
padding: 20px;
25+
background-color: #FFFFFF;
2526
}
2627
.item {
2728
display: flex;

packages/demo/src/vue-editor/views/editor/viewComponents/FlashSaleGoodsList/View.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
height: 260px;
125125
display: flex;
126126
flex-direction: row;
127+
background-color: #FFFFFF;
127128
}
128129
.countdown {
129130
width: 190px;

packages/demo/src/vue-editor/views/editor/viewComponents/Text/View.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
<style module>
2626
.box {
27+
background-color: #FFFFFF;
2728
h2 {
2829
text-align: center;
2930
font-size: 38px;

0 commit comments

Comments
 (0)