File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed
Inventory Management and Invoice Generating/Inventory Application/src Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -1176,7 +1176,6 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
11761176 < TextBoxComponent
11771177 type = "text"
11781178 id = "customerName"
1179- width = { 180 }
11801179 ref = { customerNameRef }
11811180 placeholder = "Customer name"
11821181 readOnly
@@ -1196,7 +1195,6 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
11961195 < label > Address:</ label >
11971196 < TextAreaComponent
11981197 id = "customerAddress"
1199- width = '100%'
12001198 value = { "" }
12011199 ref = { customerAddressRef }
12021200 placeholder = "Customer address"
Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ body {
598598
599599 .header .input-container {
600600 margin-bottom : 20px ;
601- margin-top : 10 px ;
601+ margin-top : 23 px ;
602602 }
603603
604604 .control-pane .amount .col-xs-6 {
@@ -612,11 +612,27 @@ body {
612612 margin-bottom : 10px ;
613613 }
614614
615+ .header .input-container .billno {
616+ width : 120px ;
617+ }
618+
619+ .header .input-container .phone {
620+ width : 190px ;
621+ }
622+
623+ .header .input-container .custaddress {
624+ width : 200px ;
625+ }
626+
627+ .header .input-container .custname {
628+ width : 220px ;
629+ }
630+
615631 .header .input-container .custid {
616- width : 250 px ;
632+ width : 235 px ;
617633 }
618634
619635 .header .input-container .datepicker {
620- width : 270 px ;
636+ width : 255 px ;
621637 }
622638}
You can’t perform that action at this time.
0 commit comments