cloud-business 0.1.91-4 → 0.1.91-5
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 +22 -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
|
@@ -14862,6 +14862,9 @@ body {
|
|
|
14862
14862
|
overflow-y: auto;
|
|
14863
14863
|
overflow-x: hidden;
|
|
14864
14864
|
}
|
|
14865
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-temp-tip-width {
|
|
14866
|
+
width: calc(100% - 60px);
|
|
14867
|
+
}
|
|
14865
14868
|
.grid-area-new .customer-order-area-new .order-table-body .order-info {
|
|
14866
14869
|
width: 100%;
|
|
14867
14870
|
margin-top: 13px;
|
|
@@ -14918,19 +14921,19 @@ body {
|
|
|
14918
14921
|
width: 180px;
|
|
14919
14922
|
}
|
|
14920
14923
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-special {
|
|
14921
|
-
width:
|
|
14924
|
+
width: 330px !important;
|
|
14922
14925
|
}
|
|
14923
14926
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-0 {
|
|
14924
|
-
width: calc((100% - 180px - 180px -
|
|
14927
|
+
width: calc((100% - 180px - 180px - 330px - 120px) / 2);
|
|
14925
14928
|
}
|
|
14926
14929
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-1 {
|
|
14927
|
-
width: calc((100% - 180px - 180px - 180px -
|
|
14930
|
+
width: calc((100% - 180px - 180px - 180px - 330px - 150px) / 2);
|
|
14928
14931
|
}
|
|
14929
14932
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-2 {
|
|
14930
|
-
width: calc((100% - 180px - 180px -
|
|
14933
|
+
width: calc((100% - 180px - 180px - 330px - 150px) / 3);
|
|
14931
14934
|
}
|
|
14932
14935
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-2 {
|
|
14933
|
-
width: calc((100% - 180px - 180px - 180px -
|
|
14936
|
+
width: calc((100% - 180px - 180px - 180px - 330px - 180px) / 3);
|
|
14934
14937
|
}
|
|
14935
14938
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
|
|
14936
14939
|
overflow: hidden;
|
|
@@ -14972,13 +14975,23 @@ body {
|
|
|
14972
14975
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
|
|
14973
14976
|
margin-bottom: 10px;
|
|
14974
14977
|
}
|
|
14978
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(1) {
|
|
14979
|
+
width: calc(100% - 90px - 350px - 180px - 180px);
|
|
14980
|
+
}
|
|
14981
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(2) {
|
|
14982
|
+
width: 350px ;
|
|
14983
|
+
}
|
|
14984
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(3),
|
|
14985
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(4) {
|
|
14986
|
+
width: 180px ;
|
|
14987
|
+
}
|
|
14975
14988
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
|
|
14976
14989
|
display: flex;
|
|
14990
|
+
align-items: center;
|
|
14977
14991
|
height: 20px;
|
|
14978
14992
|
line-height: 20px;
|
|
14979
14993
|
font-size: 12px;
|
|
14980
14994
|
color: rgba(0, 0, 0, 0.85);
|
|
14981
|
-
width: calc((100% - 90px) / 4);
|
|
14982
14995
|
margin-left: 30px;
|
|
14983
14996
|
overflow: hidden;
|
|
14984
14997
|
white-space: nowrap;
|
|
@@ -14987,6 +15000,9 @@ body {
|
|
|
14987
15000
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
|
|
14988
15001
|
color: rgba(0, 0, 0, 0.85) !important;
|
|
14989
15002
|
cursor: pointer;
|
|
15003
|
+
overflow: hidden;
|
|
15004
|
+
white-space: nowrap;
|
|
15005
|
+
text-overflow: ellipsis;
|
|
14990
15006
|
}
|
|
14991
15007
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
|
|
14992
15008
|
color: rgba(0, 0, 0, 0.65);
|