cloud-business 0.1.130-1 → 0.1.130-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cloud-business.css +6 -6
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -4345,7 +4345,7 @@ body {
|
|
|
4345
4345
|
display: flex;
|
|
4346
4346
|
gap: 16px;
|
|
4347
4347
|
flex-direction: column;
|
|
4348
|
-
height: calc(100% -
|
|
4348
|
+
height: calc(100% - 60px);
|
|
4349
4349
|
box-sizing: border-box;
|
|
4350
4350
|
overflow-y: auto;
|
|
4351
4351
|
overflow-x: hidden;
|
|
@@ -4654,13 +4654,13 @@ body {
|
|
|
4654
4654
|
color: #FD830A;
|
|
4655
4655
|
}
|
|
4656
4656
|
.grid-area-new .customer-order-area-new .order-extend-1 .table-column1 {
|
|
4657
|
-
width:
|
|
4657
|
+
width: 27.5% !important;
|
|
4658
4658
|
}
|
|
4659
4659
|
.grid-area-new .customer-order-area-new .order-extend-1 .table-column2 {
|
|
4660
|
-
width: 12.
|
|
4660
|
+
width: 12.7% !important;
|
|
4661
4661
|
}
|
|
4662
4662
|
.grid-area-new .customer-order-area-new .order-extend-1 .table-column5 {
|
|
4663
|
-
width: 21.
|
|
4663
|
+
width: 21.7% !important;
|
|
4664
4664
|
}
|
|
4665
4665
|
.grid-area-new .customer-order-area-new .order-extend-1 .order-content-1-1 {
|
|
4666
4666
|
width: calc(100% - 21.6% - 12.6%) !important;
|
|
@@ -4696,10 +4696,10 @@ body {
|
|
|
4696
4696
|
width: 19.1% !important;
|
|
4697
4697
|
}
|
|
4698
4698
|
.grid-area-new .customer-order-area-new .order-extend-3 .table-column1 {
|
|
4699
|
-
width:
|
|
4699
|
+
width: 21.6% !important;
|
|
4700
4700
|
}
|
|
4701
4701
|
.grid-area-new .customer-order-area-new .order-extend-3 .table-column2 {
|
|
4702
|
-
width: 10.
|
|
4702
|
+
width: 10.2% !important;
|
|
4703
4703
|
}
|
|
4704
4704
|
.grid-area-new .customer-order-area-new .order-extend-3 .table-column5 {
|
|
4705
4705
|
width: 17.2% !important;
|