fix css and verbose webpack build

This commit is contained in:
kochetkov 2025-03-15 13:59:47 +03:00
parent ca333699c0
commit 962d8d8da0
2 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
"cleanup-ngc": "node ./node_modules/rimraf/bin ./src/ts/**/*.js ./src/ts/**/*.json ./src/ts/page.routing.ts",
"cleanup-and-ngc": "npm run cleanup && npm run ngc",
"ngc": "node --max-old-space-size=14336 ./node_modules/@angular/compiler-cli/src/main -p tsconfig.aot.json",
"build-webpack": "node --max-old-space-size=14336 ./node_modules/webpack/bin/webpack --config webpack.aot.config.js --progress --profile",
"build-webpack": "node --max-old-space-size=14336 ./node_modules/webpack/bin/webpack --config webpack.aot.config.js --progress --profile --stats verbose",
"save-ts-metadata": "node save.ts.metadata.js",
"tsc": "node ./node_modules/typescript/bin/tsc",
"tsc-watch": "node ./node_modules/typescript/bin/tsc --watch",

View file

@ -30,11 +30,11 @@
background: var(--block-active-bg) !important
}
.webbpm.ervu_business_metrics .selectize-dropdown,
.webbpm.ervu_business_metrics .selectize-input,
.webbpm.ervu_business_metrics .selectize-dropdown,
.webbpm.ervu_business_metrics .selectize-input,
.webbpm.ervu_business_metrics .selectize-input input {
font-size: var(--size-text-secondary);
}
}
.webbpm.ervu_business_metrics .selectize-control {
display: flex;
//height: auto;
@ -249,7 +249,7 @@
padding-right: 64px;
}
.webbpm.ervu_business_metrics .block-section {
.webbpm.ervu_business_metrics .block-section {
padding-right: 0;
}
.webbpm.ervu_business_metrics .block-section:first-child:last-child :is(.graph-donut, .graph-donut-large) {
@ -397,7 +397,7 @@
width: min(11vw, 13.75rem) !important; /*220px*/
height: min(11vw, 13.75rem) !important; /*220px*/
}
.webbpm.ervu_business_metrics [class*="graph-legend"] * {
margin-bottom: 0;
}
@ -441,7 +441,7 @@
width: 30%;
}
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text {
position: relative
position: relative;
line-height: 1.5;
}
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text > .form-group > div:last-of-type {
@ -565,4 +565,4 @@
.webbpm.ervu_business_metrics .block-panel .panel-btn:nth-child(n+4) {
margin-top: var(--indent-mini);
}
}
}