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';
1176
1176
< TextBoxComponent
1177
1177
type = "text"
1178
1178
id = "customerName"
1179
- width = { 180 }
1180
1179
ref = { customerNameRef }
1181
1180
placeholder = "Customer name"
1182
1181
readOnly
@@ -1196,7 +1195,6 @@ import { isNullOrUndefined } from '@syncfusion/ej2-base';
1196
1195
< label > Address:</ label >
1197
1196
< TextAreaComponent
1198
1197
id = "customerAddress"
1199
- width = '100%'
1200
1198
value = { "" }
1201
1199
ref = { customerAddressRef }
1202
1200
placeholder = "Customer address"
Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ body {
598
598
599
599
.header .input-container {
600
600
margin-bottom : 20px ;
601
- margin-top : 10 px ;
601
+ margin-top : 23 px ;
602
602
}
603
603
604
604
.control-pane .amount .col-xs-6 {
@@ -612,11 +612,27 @@ body {
612
612
margin-bottom : 10px ;
613
613
}
614
614
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
+
615
631
.header .input-container .custid {
616
- width : 250 px ;
632
+ width : 235 px ;
617
633
}
618
634
619
635
.header .input-container .datepicker {
620
- width : 270 px ;
636
+ width : 255 px ;
621
637
}
622
638
}
You can’t perform that action at this time.
0 commit comments