cloud-business 0.1.87-14 → 0.1.87-16
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 +7 -7
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -15252,7 +15252,7 @@ body {
|
|
|
15252
15252
|
font-weight: 500;
|
|
15253
15253
|
color: rgba(0, 0, 0, 0.85);
|
|
15254
15254
|
line-height: 20px;
|
|
15255
|
-
margin-bottom:
|
|
15255
|
+
margin-bottom: 16px;
|
|
15256
15256
|
}
|
|
15257
15257
|
.customer-label-area-new .customer-label-content .custom-module-new .shop-block-info-group {
|
|
15258
15258
|
margin-left: 10px;
|
|
@@ -15373,17 +15373,19 @@ body {
|
|
|
15373
15373
|
}
|
|
15374
15374
|
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container {
|
|
15375
15375
|
display: flex;
|
|
15376
|
-
height: calc(100% -
|
|
15376
|
+
height: calc(100% - 67px);
|
|
15377
15377
|
border: 1px solid #E8E8E8;
|
|
15378
15378
|
border-radius: 2px;
|
|
15379
15379
|
}
|
|
15380
|
+
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container.has-shop {
|
|
15381
|
+
height: calc(100% - 107px);
|
|
15382
|
+
}
|
|
15380
15383
|
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .empty {
|
|
15381
15384
|
display: flex;
|
|
15382
15385
|
align-items: center;
|
|
15383
15386
|
justify-content: center;
|
|
15384
15387
|
flex-direction: column;
|
|
15385
15388
|
height: calc(100% - 57px);
|
|
15386
|
-
border-bottom: 1px solid #E8E8E8;
|
|
15387
15389
|
width: 100%;
|
|
15388
15390
|
}
|
|
15389
15391
|
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .empty span {
|
|
@@ -15401,8 +15403,7 @@ body {
|
|
|
15401
15403
|
align-items: center;
|
|
15402
15404
|
justify-content: center;
|
|
15403
15405
|
flex-direction: column;
|
|
15404
|
-
height:
|
|
15405
|
-
border-bottom: 1px solid #E8E8E8;
|
|
15406
|
+
height: 100%;
|
|
15406
15407
|
}
|
|
15407
15408
|
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .empty span {
|
|
15408
15409
|
font-weight: 400;
|
|
@@ -15414,10 +15415,9 @@ body {
|
|
|
15414
15415
|
border-right: 1px solid #E8E8E8;
|
|
15415
15416
|
}
|
|
15416
15417
|
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content {
|
|
15417
|
-
height:
|
|
15418
|
+
height: 100%;
|
|
15418
15419
|
overflow-x: hidden;
|
|
15419
15420
|
overflow-y: overlay;
|
|
15420
|
-
border-bottom: 1px solid #E8E8E8;
|
|
15421
15421
|
}
|
|
15422
15422
|
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .area-content .area-item {
|
|
15423
15423
|
height: 40px;
|