File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Vue_Full_Project/src/views/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" animated fadeIn" >
3
3
<div class =" row" >
4
4
<div class =" col-lg-6" >
5
- <b-card haeder =" <i class='fa fa-align-justify'></i> Simple Table" >
5
+ <b-card header =" <i class='fa fa-align-justify'></i> Simple Table" >
6
6
<table class =" table" >
7
7
<thead >
8
8
<tr >
69
69
</div ><!-- /.col-->
70
70
71
71
<div class =" col-lg-6" >
72
- <b-card haeder =" <i class='fa fa-align-justify'></i> Striped Table" >
72
+ <b-card header =" <i class='fa fa-align-justify'></i> Striped Table" >
73
73
<table class =" table table-striped" >
74
74
<thead >
75
75
<tr >
139
139
<div class =" row" >
140
140
141
141
<div class =" col-lg-6" >
142
- <b-card haeder =" <i class='fa fa-align-justify'></i> Condensed Table" >
142
+ <b-card header =" <i class='fa fa-align-justify'></i> Condensed Table" >
143
143
<table class =" table table-sm" >
144
144
<thead >
145
145
<tr >
206
206
</div ><!-- /.col-->
207
207
208
208
<div class =" col-lg-6" >
209
- <b-card haeder =" <i class='fa fa-align-justify'></i> Bordered Table" >
209
+ <b-card header =" <i class='fa fa-align-justify'></i> Bordered Table" >
210
210
<table class =" table table-bordered" >
211
211
<thead >
212
212
<tr >
276
276
277
277
<div class =" row" >
278
278
<div class =" col-12" >
279
- <b-card haeder =" <i class='fa fa-align-justify'></i> Combined All Table" >
279
+ <b-card header =" <i class='fa fa-align-justify'></i> Combined All Table" >
280
280
<table class =" table table-bordered table-striped table-sm" >
281
281
<thead >
282
282
<tr >
You can’t perform that action at this time.
0 commit comments