Skip to content

Commit d9f4c00

Browse files
932529: Need to change the UI design in super market use case sample
1 parent a2439e3 commit d9f4c00

File tree

2 files changed

+19
-5
lines changed
  • Inventory Management and Invoice Generating/Inventory Application/src

2 files changed

+19
-5
lines changed

Inventory Management and Invoice Generating/Inventory Application/src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

Inventory Management and Invoice Generating/Inventory Application/src/index.css

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ body {
598598

599599
.header .input-container {
600600
margin-bottom: 20px;
601-
margin-top: 10px;
601+
margin-top: 23px;
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: 250px;
632+
width: 235px;
617633
}
618634

619635
.header .input-container.datepicker {
620-
width: 270px;
636+
width: 255px;
621637
}
622638
}

0 commit comments

Comments
 (0)