Added Statistics calculation
Statistics now show calculated values
This commit is contained in:
parent
fe87374e47
commit
fc0f69dacb
2147 changed files with 141321 additions and 39 deletions
12
node_modules/mui/source/styles/zIndex.js
generated
vendored
Normal file
12
node_modules/mui/source/styles/zIndex.js
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
export default {
|
||||
menu: 1000,
|
||||
appBar: 1100,
|
||||
drawerOverlay: 1200,
|
||||
drawer: 1300,
|
||||
dialogOverlay: 1400,
|
||||
dialog: 1500,
|
||||
layer: 2000,
|
||||
popover: 2100,
|
||||
snackbar: 2900,
|
||||
tooltip: 3000,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue