Skip to content

Commit 4cb6dc9

Browse files
committed
fix(Widgets): SocialBoxChartExample height , Income cols
1 parent d3933f4 commit 4cb6dc9

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/views/Widgets.vue

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</b-col>
7070
</b-row><!--/.row-->
7171
<b-row>
72-
<b-col cols="6" lg="3">
72+
<b-col cols="12" sm="6" lg="3">
7373
<b-card :no-body="true">
7474
<b-card-body class="p-3 clearfix">
7575
<i class="fa fa-cogs bg-primary p-3 font-2xl mr-3 float-left"></i>
@@ -78,7 +78,7 @@
7878
</b-card-body>
7979
</b-card>
8080
</b-col>
81-
<b-col cols="6" lg="3">
81+
<b-col cols="12" sm="6" lg="3">
8282
<b-card :no-body="true">
8383
<b-card-body class="p-3 clearfix">
8484
<i class="fa fa-laptop bg-info p-3 font-2xl mr-3 float-left"></i>
@@ -87,7 +87,7 @@
8787
</b-card-body>
8888
</b-card>
8989
</b-col>
90-
<b-col cols="6" lg="3">
90+
<b-col cols="12" sm="6" lg="3">
9191
<b-card :no-body="true">
9292
<b-card-body class="p-3 clearfix">
9393
<i class="fa fa-moon-o bg-warning p-3 font-2xl mr-3 float-left"></i>
@@ -96,7 +96,7 @@
9696
</b-card-body>
9797
</b-card>
9898
</b-col>
99-
<b-col cols="6" lg="3">
99+
<b-col cols="12" sm="6" lg="3">
100100
<b-card :no-body="true">
101101
<b-card-body class="p-3 clearfix">
102102
<i class="fa fa-bell bg-danger p-3 font-2xl mr-3 float-left"></i>
@@ -105,7 +105,7 @@
105105
</b-card-body>
106106
</b-card>
107107
</b-col>
108-
<b-col cols="6" lg="3">
108+
<b-col cols="12" sm="6" lg="3">
109109
<b-card :no-body="true" footer-class="px-3 py-2">
110110
<b-card-body class="p-3 clearfix">
111111
<i class="fa fa-cogs bg-primary p-3 font-2xl mr-3 float-left"></i>
@@ -117,7 +117,7 @@
117117
</div>
118118
</b-card>
119119
</b-col>
120-
<b-col cols="6" lg="3">
120+
<b-col cols="12" sm="6" lg="3">
121121
<b-card :no-body="true" footer-class="px-3 py-2">
122122
<b-card-body class="p-3 clearfix">
123123
<i class="fa fa-laptop bg-info p-3 font-2xl mr-3 float-left"></i>
@@ -129,7 +129,7 @@
129129
</div>
130130
</b-card>
131131
</b-col>
132-
<b-col cols="6" lg="3">
132+
<b-col cols="12" sm="6" lg="3">
133133
<b-card :no-body="true" footer-class="px-3 py-2">
134134
<b-card-body class="p-3 clearfix">
135135
<i class="fa fa-moon-o bg-warning p-3 font-2xl mr-3 float-left"></i>
@@ -141,7 +141,7 @@
141141
</div>
142142
</b-card>
143143
</b-col>
144-
<b-col cols="6" lg="3">
144+
<b-col cols="12" sm="6" lg="3">
145145
<b-card :no-body="true" footer-class="px-3 py-2">
146146
<b-card-body class="p-3 clearfix">
147147
<i class="fa fa-bell bg-danger p-3 font-2xl mr-3 float-left"></i>
@@ -155,7 +155,7 @@
155155
</b-col>
156156
</b-row><!--/.row-->
157157
<b-row>
158-
<b-col cols="6" lg="3">
158+
<b-col cols="12" sm="6" lg="3">
159159
<b-card :no-body="true">
160160
<b-card-body class="p-0 clearfix">
161161
<i class="fa fa-cogs bg-primary p-4 font-2xl mr-3 float-left"></i>
@@ -164,7 +164,7 @@
164164
</b-card-body>
165165
</b-card>
166166
</b-col>
167-
<b-col cols="6" lg="3">
167+
<b-col cols="12" sm="6" lg="3">
168168
<b-card :no-body="true">
169169
<b-card-body class="p-0 clearfix">
170170
<i class="fa fa-laptop bg-info p-4 font-2xl mr-3 float-left"></i>
@@ -173,7 +173,7 @@
173173
</b-card-body>
174174
</b-card>
175175
</b-col>
176-
<b-col cols="6" lg="3">
176+
<b-col cols="12" sm="6" lg="3">
177177
<b-card :no-body="true">
178178
<b-card-body class="p-0 clearfix">
179179
<i class="fa fa-moon-o bg-warning p-4 font-2xl mr-3 float-left"></i>
@@ -182,7 +182,7 @@
182182
</b-card-body>
183183
</b-card>
184184
</b-col>
185-
<b-col cols="6" lg="3">
185+
<b-col cols="12" sm="6" lg="3">
186186
<b-card :no-body="true">
187187
<b-card-body class="p-0 clearfix">
188188
<i class="fa fa-bell bg-danger p-4 font-2xl mr-3 float-left"></i>
@@ -191,7 +191,7 @@
191191
</b-card-body>
192192
</b-card>
193193
</b-col>
194-
<b-col cols="6" lg="3">
194+
<b-col cols="12" sm="6" lg="3">
195195
<b-card :no-body="true">
196196
<b-card-body class="p-0 clearfix">
197197
<i class="fa fa-cogs bg-primary p-4 px-5 font-2xl mr-3 float-left"></i>
@@ -200,7 +200,7 @@
200200
</b-card-body>
201201
</b-card>
202202
</b-col>
203-
<b-col cols="6" lg="3">
203+
<b-col cols="12" sm="6" lg="3">
204204
<b-card :no-body="true">
205205
<b-card-body class="p-0 clearfix">
206206
<i class="fa fa-laptop bg-info p-4 px-5 font-2xl mr-3 float-left"></i>
@@ -209,7 +209,7 @@
209209
</b-card-body>
210210
</b-card>
211211
</b-col>
212-
<b-col cols="6" lg="3">
212+
<b-col cols="12" sm="6" lg="3">
213213
<b-card :no-body="true">
214214
<b-card-body class="p-0 clearfix">
215215
<i class="fa fa-moon-o bg-warning p-4 px-5 font-2xl mr-3 float-left"></i>
@@ -218,7 +218,7 @@
218218
</b-card-body>
219219
</b-card>
220220
</b-col>
221-
<b-col cols="6" lg="3">
221+
<b-col cols="12" sm="6" lg="3">
222222
<b-card :no-body="true">
223223
<b-card-body class="p-0 clearfix">
224224
<i class="fa fa-bell bg-danger p-4 px-5 font-2xl mr-3 float-left"></i>
@@ -234,7 +234,7 @@
234234
<div class="brand-card-header bg-facebook">
235235
<i class="fa fa-facebook"></i>
236236
<div class="chart-wrapper">
237-
<social-box-chart-example :data="[65, 59, 84, 84, 51, 55, 40]" height="90"/>
237+
<social-box-chart-example :data="[65, 59, 84, 84, 51, 55, 40]" />
238238
</div>
239239
</div>
240240
<div class="brand-card-body">
@@ -254,7 +254,7 @@
254254
<div class="brand-card-header bg-twitter">
255255
<i class="fa fa-twitter"></i>
256256
<div class="chart-wrapper">
257-
<social-box-chart-example :data="[1, 13, 9, 17, 34, 41, 38]" height="90"/>
257+
<social-box-chart-example :data="[1, 13, 9, 17, 34, 41, 38]" />
258258
</div>
259259
</div>
260260
<div class="brand-card-body">
@@ -274,7 +274,7 @@
274274
<div class="brand-card-header bg-linkedin">
275275
<i class="fa fa-linkedin"></i>
276276
<div class="chart-wrapper">
277-
<social-box-chart-example :data="[78, 81, 80, 45, 34, 12, 40]" height="90"/>
277+
<social-box-chart-example :data="[78, 81, 80, 45, 34, 12, 40]" />
278278
</div>
279279
</div>
280280
<div class="brand-card-body">
@@ -294,7 +294,7 @@
294294
<div class="brand-card-header bg-google-plus">
295295
<i class="fa fa-google-plus"></i>
296296
<div class="chart-wrapper">
297-
<social-box-chart-example :data="[35, 23, 56, 22, 97, 23, 64]" height="90"/>
297+
<social-box-chart-example :data="[35, 23, 56, 22, 97, 23, 64]" />
298298
</div>
299299
</div>
300300
<div class="brand-card-body">

0 commit comments

Comments
 (0)