File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Vue_Full_Project/src/views Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" animated fadeIn" >
3
3
<b-row >
4
4
<b-col sm =" 6" lg =" 3" >
5
- <b-card no-body class =" bg-primary" :no-body = " true " >
5
+ <b-card no-body class =" bg-primary" >
6
6
<b-card-body class =" pb-0" >
7
7
<b-dropdown class =" float-right" variant =" transparent p-0" right >
8
8
<template slot="button-content">
20
20
</b-card >
21
21
</b-col >
22
22
<b-col sm =" 6" lg =" 3" >
23
- <b-card no-body class =" bg-info" :no-body = " true " >
23
+ <b-card no-body class =" bg-info" >
24
24
<b-card-body class =" pb-0" >
25
25
<b-dropdown class =" float-right" variant =" transparent p-0" right no-caret >
26
26
<template slot="button-content">
38
38
</b-card >
39
39
</b-col >
40
40
<b-col sm =" 6" lg =" 3" >
41
- <b-card no-body class =" bg-warning" :no-body = " true " >
41
+ <b-card no-body class =" bg-warning" >
42
42
<b-card-body class =" pb-0" >
43
43
<b-dropdown class =" float-right" variant =" transparent p-0" right >
44
44
<template slot="button-content">
56
56
</b-card >
57
57
</b-col >
58
58
<b-col sm =" 6" lg =" 3" >
59
- <b-card no-body class =" bg-danger" :no-body = " true " >
59
+ <b-card no-body class =" bg-danger" >
60
60
<b-card-body class =" pb-0" >
61
61
<b-dropdown class =" float-right" variant =" transparent p-0" right >
62
62
<template slot="button-content">
You can’t perform that action at this time.
0 commit comments