File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" border border-2 rounded-2 overflow-hidden position-relative bg-white " >
2
+ <div class =" border border-2 rounded-2 overflow-hidden position-relative bg-body " >
3
3
<table class =" table mb-0" >
4
4
<VTableHeader :columns =" columns" />
5
5
<VTableBody
16
16
:total =" items.length"
17
17
/>
18
18
19
- <div v-if =" isLoading" class =" position-absolute top-0 start-0 h-100 w-100 bg-white bg-opacity-50 d-flex" >
19
+ <div v-if =" isLoading" class =" position-absolute top-0 start-0 h-100 w-100 bg-body bg-opacity-50 d-flex" >
20
20
<div v-if =" items.length !== 0" class =" spinner-border text-secondary m-auto" role =" status" >
21
21
<span class =" visually-hidden" >{{ $t('Loading') }}...</span >
22
22
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" border border-2 rounded-2 overflow-hidden position-relative bg-white " >
2
+ <div class =" border border-2 rounded-2 overflow-hidden position-relative bg-body " >
3
3
<table class =" table mb-0" >
4
4
<VTableHeader :columns =" columns" />
5
5
<VTableBody
18
18
:total =" itemsLength"
19
19
/>
20
20
21
- <div v-if =" isLoading" class =" position-absolute top-0 start-0 h-100 w-100 bg-white bg-opacity-50 d-flex" >
21
+ <div v-if =" isLoading" class =" position-absolute top-0 start-0 h-100 w-100 bg-body bg-opacity-50 d-flex" >
22
22
<div v-if =" items.length !== 0" class =" spinner-border text-secondary m-auto" role =" status" >
23
23
<span class =" visually-hidden" >{{ $t('Loading') }}...</span >
24
24
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <header class =" header d-flex align-items-center bg-primary text-white px-2" >
2
+ <header class =" header d-flex align-items-center bg-primary px-2" >
3
3
<button
4
4
type =" submit"
5
5
class =" btn btn-sm text-white"
9
9
10
10
<div class =" px-2" >
11
11
<slot name =" start" >
12
- <div class =" h5 mb-0" >Eghamat24</div >
12
+ <div class =" h5 text-white mb-0" >Eghamat24</div >
13
13
</slot >
14
14
</div >
15
15
16
16
<div class =" ms-auto" >
17
17
<slot name =" end" ></slot >
18
18
19
19
<button
20
- type =" submit "
20
+ type =" button "
21
21
class =" btn btn-sm text-white"
22
22
@click =" logout"
23
23
>
Original file line number Diff line number Diff line change 8
8
<VSideMenu />
9
9
</slot >
10
10
11
- <div class =" col bg-light p-4" >
11
+ <div class =" col bg-body-tertiary p-4" >
12
12
<slot >Content</slot >
13
13
</div >
14
14
</main >
You can’t perform that action at this time.
0 commit comments