File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/app/modules/cases/components/case-edit Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1717 "build" : {
1818 "builder" : " @angular-devkit/build-angular:browser" ,
1919 "options" : {
20- "outputPath" : " dist/eform-angular " ,
20+ "outputPath" : " dist" ,
2121 "index" : " src/index.html" ,
2222 "main" : " src/main.ts" ,
2323 "polyfills" : " src/polyfills.ts" ,
Original file line number Diff line number Diff line change 55 "ng" : " ng" ,
66 "start" : " ng serve --proxy-config proxy.config.json" ,
77 "start-port" : " ng serve --port 4300 --proxy-config proxy.config.json" ,
8- "build" : " ng build" ,
9- "build-prod" : " ng build --prod" ,
8+ "build" : " ng build --prod" ,
109 "test" : " ng test" ,
1110 "lint" : " ng lint" ,
1211 "e2e" : " ng e2e"
Original file line number Diff line number Diff line change 88 < app-case-edit-element [element] ="elem " *ngFor ="let elem of replyElement.elementList "> </ app-case-edit-element >
99 </ div >
1010 < div class ="col-md-3 ">
11- < div class ="card sticky-top z-depth-3 mb-4 mt-4 " style ="width: 100% ">
11+ < div class ="card sticky-top z-depth-3 mb-4 mt-4 " style ="width: 100%; z-index: 1 ">
1212 < div class ="card-header text-center ">
1313 {{replyElement.label}}
1414 </ div >
You can’t perform that action at this time.
0 commit comments