style: format code
This commit is contained in:
parent
17d6d81fb5
commit
d5b532d498
3 changed files with 8 additions and 5 deletions
|
|
@ -138,6 +138,9 @@
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
border-top: 0 !important;
|
border-top: 0 !important;
|
||||||
|
.dt-cell {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dt-tree-node__toggle + a {
|
.dt-tree-node__toggle + a {
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
"fast-deep-equal": "^2.0.1",
|
"fast-deep-equal": "^2.0.1",
|
||||||
"fast-glob": "^3.2.5",
|
"fast-glob": "^3.2.5",
|
||||||
"frappe-charts": "2.0.0-rc22",
|
"frappe-charts": "2.0.0-rc22",
|
||||||
"frappe-datatable": "1.17.16",
|
"frappe-datatable": "1.18.0",
|
||||||
"frappe-gantt": "^0.6.0",
|
"frappe-gantt": "^0.6.0",
|
||||||
"highlight.js": "^10.4.1",
|
"highlight.js": "^10.4.1",
|
||||||
"html5-qrcode": "^2.3.8",
|
"html5-qrcode": "^2.3.8",
|
||||||
|
|
|
||||||
|
|
@ -1490,10 +1490,10 @@ frappe-charts@2.0.0-rc22:
|
||||||
resolved "https://registry.yarnpkg.com/frappe-charts/-/frappe-charts-2.0.0-rc22.tgz#9a5a747febdc381a1d4d7af96e89cf519dfba8c0"
|
resolved "https://registry.yarnpkg.com/frappe-charts/-/frappe-charts-2.0.0-rc22.tgz#9a5a747febdc381a1d4d7af96e89cf519dfba8c0"
|
||||||
integrity sha512-N7f/8979wJCKjusOinaUYfMxB80YnfuVLrSkjpj4LtyqS0BGS6SuJxUnb7Jl4RWUFEIs7zEhideIKnyLeFZF4Q==
|
integrity sha512-N7f/8979wJCKjusOinaUYfMxB80YnfuVLrSkjpj4LtyqS0BGS6SuJxUnb7Jl4RWUFEIs7zEhideIKnyLeFZF4Q==
|
||||||
|
|
||||||
frappe-datatable@1.17.16:
|
frappe-datatable@1.18.0:
|
||||||
version "1.17.16"
|
version "1.18.0"
|
||||||
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.17.16.tgz#4e7bf3b50dad5bc048f95ccd7ca7da91e04844ab"
|
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.18.0.tgz#d50be2ed3a4a34e22d7e64e05ee3d30f1ec9b617"
|
||||||
integrity sha512-BJgWFX8msHZcS1mw2xbuaY1YdH1dBXUIuREVmqH5z1p78GusPaDV8sbWskTS5yVBUklMrMq2VfBTUsJXjvl+wg==
|
integrity sha512-8tPCFB75eF1ITYXNQaNY8HZBb/HZB2ol3HjsEYeigYbnhq/v9gYDroQuVN8v9j1WbBeFdDPR02ca2wOuUIEsDA==
|
||||||
dependencies:
|
dependencies:
|
||||||
hyperlist "^1.0.0-beta"
|
hyperlist "^1.0.0-beta"
|
||||||
lodash "^4.17.5"
|
lodash "^4.17.5"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue