cloud-business 0.1.86-6 → 0.1.86-7
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 +92 -23
- 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
|
@@ -14036,11 +14036,14 @@ body {
|
|
|
14036
14036
|
font-size: 14px;
|
|
14037
14037
|
}
|
|
14038
14038
|
.grid-area-new .customer-order-area-new .order-list {
|
|
14039
|
-
height: calc(100% - 80px -
|
|
14039
|
+
height: calc(100% - 80px - 35px);
|
|
14040
14040
|
padding-left: 16px;
|
|
14041
14041
|
padding-right: 16px;
|
|
14042
14042
|
overflow: auto;
|
|
14043
14043
|
}
|
|
14044
|
+
.grid-area-new .customer-order-area-new .order-list-right {
|
|
14045
|
+
margin-right: 10px;
|
|
14046
|
+
}
|
|
14044
14047
|
.grid-area-new .customer-order-area-new .table-column1 {
|
|
14045
14048
|
width: 338px;
|
|
14046
14049
|
flex: none;
|
|
@@ -14093,46 +14096,96 @@ body {
|
|
|
14093
14096
|
border-left: 1px solid #E8E8E8;
|
|
14094
14097
|
border-right: 1px solid #E8E8E8;
|
|
14095
14098
|
}
|
|
14099
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
|
|
14100
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
|
|
14101
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14102
|
+
height: 20px;
|
|
14103
|
+
line-height: 20px;
|
|
14104
|
+
font-size: 14px;
|
|
14105
|
+
color: rgba(0, 0, 0, 0.85);
|
|
14106
|
+
}
|
|
14107
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .copy-order-id,
|
|
14108
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
|
|
14109
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time .copy-order-id {
|
|
14110
|
+
cursor: pointer;
|
|
14111
|
+
}
|
|
14096
14112
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
|
|
14097
|
-
|
|
14098
|
-
overflow: hidden;
|
|
14099
|
-
white-space: nowrap;
|
|
14100
|
-
text-overflow: ellipsis;
|
|
14113
|
+
font-weight: 500;
|
|
14101
14114
|
}
|
|
14102
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-
|
|
14115
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .customer-view-icon-svg {
|
|
14116
|
+
margin-top: -2px;
|
|
14117
|
+
padding-right: 4px;
|
|
14118
|
+
}
|
|
14119
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
|
|
14120
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14121
|
+
margin-left: 30px;
|
|
14122
|
+
}
|
|
14123
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span:nth-child(1),
|
|
14124
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time span:nth-child(1) {
|
|
14125
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14126
|
+
}
|
|
14127
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14103
14128
|
width: 220px;
|
|
14129
|
+
}
|
|
14130
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
|
|
14131
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
|
|
14132
|
+
width: calc((100% - 440px - 120px) / 3);
|
|
14104
14133
|
overflow: hidden;
|
|
14105
14134
|
white-space: nowrap;
|
|
14106
14135
|
text-overflow: ellipsis;
|
|
14107
14136
|
}
|
|
14108
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title
|
|
14109
|
-
|
|
14137
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-1 {
|
|
14138
|
+
width: 1198px !important;
|
|
14110
14139
|
}
|
|
14111
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title
|
|
14112
|
-
width:
|
|
14113
|
-
overflow: hidden;
|
|
14114
|
-
white-space: nowrap;
|
|
14115
|
-
text-overflow: ellipsis;
|
|
14140
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-2 {
|
|
14141
|
+
width: 1348px !important;
|
|
14116
14142
|
}
|
|
14117
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title
|
|
14118
|
-
|
|
14143
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-3 {
|
|
14144
|
+
width: 1498px !important;
|
|
14145
|
+
}
|
|
14146
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another {
|
|
14147
|
+
width: 1048px;
|
|
14148
|
+
background: #FAFAFA;
|
|
14149
|
+
padding: 10px 12px;
|
|
14150
|
+
box-sizing: border-box;
|
|
14151
|
+
border-top: 1px solid #E8E8E8;
|
|
14152
|
+
border-left: 1px solid #E8E8E8;
|
|
14153
|
+
border-right: 1px solid #E8E8E8;
|
|
14154
|
+
}
|
|
14155
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp {
|
|
14156
|
+
width: 100%;
|
|
14157
|
+
display: flex;
|
|
14158
|
+
}
|
|
14159
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
|
|
14160
|
+
margin-bottom: 10px;
|
|
14161
|
+
}
|
|
14162
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
|
|
14119
14163
|
height: 20px;
|
|
14120
14164
|
line-height: 20px;
|
|
14121
14165
|
font-size: 14px;
|
|
14122
14166
|
color: rgba(0, 0, 0, 0.85);
|
|
14167
|
+
width: calc((100% - 90px) / 4);
|
|
14168
|
+
margin-left: 30px;
|
|
14169
|
+
overflow: hidden;
|
|
14170
|
+
white-space: nowrap;
|
|
14171
|
+
text-overflow: ellipsis;
|
|
14123
14172
|
}
|
|
14124
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title .
|
|
14125
|
-
|
|
14126
|
-
padding-right: 2px;
|
|
14173
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
|
|
14174
|
+
cursor: pointer;
|
|
14127
14175
|
}
|
|
14128
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-
|
|
14176
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
|
|
14177
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14178
|
+
}
|
|
14179
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop {
|
|
14129
14180
|
font-weight: 500;
|
|
14181
|
+
margin-left: 0 !important;
|
|
14130
14182
|
}
|
|
14131
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-
|
|
14132
|
-
margin-
|
|
14183
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop .customer-view-icon-svg {
|
|
14184
|
+
margin-top: -2px;
|
|
14185
|
+
padding-right: 4px;
|
|
14133
14186
|
}
|
|
14134
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-
|
|
14135
|
-
|
|
14187
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-left {
|
|
14188
|
+
margin-left: 0 !important;
|
|
14136
14189
|
}
|
|
14137
14190
|
.grid-area-new .customer-order-area-new .order-table-body .order-content {
|
|
14138
14191
|
display: flex;
|
|
@@ -14221,6 +14274,10 @@ body {
|
|
|
14221
14274
|
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 span:nth-child(1) {
|
|
14222
14275
|
color: #FD830A;
|
|
14223
14276
|
}
|
|
14277
|
+
.grid-area-new .customer-order-area-new .order-table-body-empty {
|
|
14278
|
+
position: relative;
|
|
14279
|
+
height: calc(100% - 44px);
|
|
14280
|
+
}
|
|
14224
14281
|
.grid-area-new .customer-order-area-new .footer-page {
|
|
14225
14282
|
margin-top: 16px;
|
|
14226
14283
|
padding-bottom: 16px;
|
|
@@ -14321,6 +14378,18 @@ body {
|
|
|
14321
14378
|
.preview-row-new label {
|
|
14322
14379
|
margin-right: 6px;
|
|
14323
14380
|
}
|
|
14381
|
+
.opt-checkbox-order {
|
|
14382
|
+
min-width: 200px !important;
|
|
14383
|
+
}
|
|
14384
|
+
.opt-checkbox-order .newCloud-checkbox {
|
|
14385
|
+
height: 40px !important;
|
|
14386
|
+
}
|
|
14387
|
+
.opt-checkbox-order .newCloud-popover-desc {
|
|
14388
|
+
max-height: 200px;
|
|
14389
|
+
}
|
|
14390
|
+
.customer-loading {
|
|
14391
|
+
height: calc(100% - 48px);
|
|
14392
|
+
}
|
|
14324
14393
|
|
|
14325
14394
|
/**
|
|
14326
14395
|
* index.less
|