@@ -6,7 +6,6 @@ import FormMock from '@/docs/components/Form/helpers/form-announcement';
6
6
import List from '@/components/List/List.vue' ;
7
7
import ListItem from '@/components/List/ListItem.vue' ;
8
8
import { allModes } from '../../../.storybook/modes.js' ;
9
- //import './Modal.stories.less';
10
9
11
10
export default {
12
11
title : 'Components/Modal' ,
@@ -37,8 +36,7 @@ export const Base = {
37
36
} ) ,
38
37
decorators : [
39
38
( ) => ( {
40
- template :
41
- '<div style="height: 150px;background-color:red"><story/></div>' ,
39
+ template : '<div style="height: 150px"><story/></div>' ,
42
40
} ) ,
43
41
] ,
44
42
@@ -75,13 +73,13 @@ export const WithForm = {
75
73
} ) ,
76
74
decorators : [
77
75
( ) => ( {
78
- template :
79
- '<div style="height: 1500px;background-color:red"><story/></div>' ,
76
+ template : '<div style="height: 1500px"><story/></div>' ,
80
77
} ) ,
81
78
] ,
82
79
parameters : {
83
80
chromatic : {
84
81
modes : {
82
+ desktop : { disable : true } ,
85
83
desktopLargeHeight : allModes [ 'desktopLargeHeight' ] ,
86
84
} ,
87
85
} ,
@@ -139,8 +137,7 @@ export const WithTabs = {
139
137
} ) ,
140
138
decorators : [
141
139
( ) => ( {
142
- template :
143
- '<div style="height: 500px;background-color:red"><story/></div>' ,
140
+ template : '<div style="height: 500px"><story/></div>' ,
144
141
} ) ,
145
142
] ,
146
143
@@ -212,8 +209,7 @@ export const WithActions = {
212
209
} ) ,
213
210
decorators : [
214
211
( ) => ( {
215
- template :
216
- '<div style="height: 300px;background-color:red"><story/></div>' ,
212
+ template : '<div style="height: 300px"><story/></div>' ,
217
213
} ) ,
218
214
] ,
219
215
0 commit comments