fix some font size

pull/23/head
usama.jameel 2025-05-20 14:25:20 +05:00
parent 2377a61578
commit d8cc73a834
3 changed files with 18 additions and 12 deletions

View File

@ -31,5 +31,10 @@
<option name="name" value="In project repo" /> <option name="name" value="In project repo" />
<option name="url" value="file:///D:\Project\cut-to-pack-service/libs" /> <option name="url" value="file:///D:\Project\cut-to-pack-service/libs" />
</remote-repository> </remote-repository>
<remote-repository>
<option name="id" value="in-project" />
<option name="name" value="In project repo" />
<option name="url" value="file:///D:\ctp\Project\Cut-to-pack\cut-to-pack-service/libs" />
</remote-repository>
</component> </component>
</project> </project>

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" /> <component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager"> <component name="MavenProjectsManager">

View File

@ -6,7 +6,7 @@
</head> </head>
<body class="m-0 p-0"> <body class="m-0 p-2">
<div class="container-fluid px-0"> <div class="container-fluid px-0">
<header class="header shadow py-2 bg-black text-white" style="background-color: black !important;"> <header class="header shadow py-2 bg-black text-white" style="background-color: black !important;">
<div class="container-fluid d-flex flex-wrap align-items-center justify-content-between"> <div class="container-fluid d-flex flex-wrap align-items-center justify-content-between">
@ -43,7 +43,7 @@
<div class="col-lg-6 border border-black-50 d-flex flex-column align-items-center justify-content-center text-center text-white rounded" <div class="col-lg-6 border border-black-50 d-flex flex-column align-items-center justify-content-center text-center text-white rounded"
style="background-color: #72788a;"> style="background-color: #72788a;">
<h1 class="fw-bold pl-3 pr-3 pt-5 pb-2" style="font-size: 6rem;" <h1 class="fw-bold pt-5 pb-2" style="font-size: 6rem;"
th:text="${(phases.get('Shift Achieved') != null ? phases.get('Shift Achieved').intValue() : 0) + ' Pcs'}"></h1> th:text="${(phases.get('Shift Achieved') != null ? phases.get('Shift Achieved').intValue() : 0) + ' Pcs'}"></h1>
<h1 class="fw-bold m-0 text-start pb-5 pt-2" style="font-size: 4rem;">Achieved</h1> <h1 class="fw-bold m-0 text-start pb-5 pt-2" style="font-size: 4rem;">Achieved</h1>
</div> </div>
@ -57,21 +57,21 @@
<img style="width:337px" th:src="@{/img/stitchingImage.jpg}" class="card-img-top" <img style="width:337px" th:src="@{/img/stitchingImage.jpg}" class="card-img-top"
alt="Stitching"> alt="Stitching">
<div class="ps-4 text-center"> <div class="ps-4 text-center">
<h1 class="fw-bold text-uppercase m-0" <h1 class="fw-bold text-uppercase m-0" style="font-size: 4rem;"
th:text="${(phases.get('Stitching') != null ? phases.get('Stitching').intValue() : 0) + ' Pcs'}"></h1> th:text="${(phases.get('Stitching') != null ? phases.get('Stitching').intValue() : 0) + ' Pcs'}"></h1>
<h4 class="pt-2 fw-bold text-uppercase m-0">Stitching Offline</h4> <h4 class="pt-2 fw-bold text-uppercase m-0" style="font-size: 2rem;">Stitching Offline</h4>
</div> </div>
</div> </div>
<div class="card-body text-center d-flex justify-content-center"> <div class="card-body text-center d-flex justify-content-center">
<div class="px-4 border-right" style="height: 150px"> <div class="px-4 border-right" style="height: 150px">
<h1 class="card-text" <h1 class="card-text" style="font-size: 4rem;"
th:text="${(phases.get('totalWips') != null ? phases.get('totalWips').intValue() : 0) + ' Pcs'}"></h1> th:text="${(phases.get('totalWips') != null ? phases.get('totalWips').intValue() : 0) + ' Pcs'}"></h1>
<h2 class="card-title">WIP QTY</h2> <h2 class="card-title" style="font-size: 3rem;">WIP QTY</h2>
</div> </div>
<div class="px-4" style="height: 150px"> <div class="px-4" style="height: 150px">
<h1 class="card-text text-danger fw-bold blink" <h1 class="card-text text-danger fw-bold blink" style="font-size: 4rem;"
th:text="${(phases.get('Alteration') != null ? phases.get('Alteration').intValue() : 0) + ' Pcs'}"></h1> th:text="${(phases.get('Alteration') != null ? phases.get('Alteration').intValue() : 0) + ' Pcs'}"></h1>
<h2 class="card-title text-danger fw-bold text-uppercase blink">ALTERATION</h2> <h2 class="card-title text-danger fw-bold text-uppercase blink" style="font-size: 3rem;">ALTERATION</h2>
</div> </div>
</div> </div>
@ -106,18 +106,18 @@
<div class="card w-100 h-100"> <div class="card w-100 h-100">
<div class="container-fluid d-flex p-3 align-items-center"> <div class="container-fluid d-flex p-3 align-items-center">
<img style="width:200px" th:src="@{/img/finishing.jfif}" class="card-img-top" alt="Finishing"> <img style="width:200px" th:src="@{/img/finishing.jfif}" class="card-img-top" alt="Finishing">
<div class="ps-4 text-center"> <div class="ps-2 text-center">
<h1 class="fw-bold text-uppercase m-0" <h1 class="fw-bold text-uppercase m-0"
th:text="${phases.get('finishing')?.intValue() ?: 0} + ' Pcs'"></h1> th:text="${phases.get('finishing')?.intValue() ?: 0} + ' Pcs'"></h1>
<h4 class="pt-2 fw-bold text-uppercase m-0">Finishing</h4> <h4 class="pt-2 fw-bold text-uppercase m-0" >Finishing</h4>
</div> </div>
</div> </div>
<div class="card-body p-0 text-center d-flex justify-content-center"> <div class="card-body p-0 text-center d-flex justify-content-center">
<div class="px-2 border-right"> <div class="pr-2 border-right">
<h1 class="card-text" th:text="${phases.get('Reject')?.intValue() ?: 0} + ' Pcs'"></h1> <h1 class="card-text" th:text="${phases.get('Reject')?.intValue() ?: 0} + ' Pcs'"></h1>
<h2 class="card-title">REJECTION</h2> <h2 class="card-title">REJECTION</h2>
</div> </div>
<div class="px-2"> <div class="pl-2">
<h1 class="card-text blink text-danger fw-bold " <h1 class="card-text blink text-danger fw-bold "
th:text="${phases.get('ALTER')?.intValue() ?: 0} + ' Pcs'"></h1> th:text="${phases.get('ALTER')?.intValue() ?: 0} + ' Pcs'"></h1>
<h2 class="card-title blink text-danger fw-bold ">ALTERATION</h2> <h2 class="card-title blink text-danger fw-bold ">ALTERATION</h2>