cloud-business 0.1.91-3 → 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 +149 -69
- 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
|
@@ -14072,7 +14072,7 @@ body {
|
|
|
14072
14072
|
max-width: calc(100% - 20px) !important;
|
|
14073
14073
|
}
|
|
14074
14074
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
14075
|
-
width:
|
|
14075
|
+
width: 270px !important;
|
|
14076
14076
|
}
|
|
14077
14077
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
14078
14078
|
overflow: hidden;
|
|
@@ -14085,6 +14085,10 @@ body {
|
|
|
14085
14085
|
.newCloud-input-disabled {
|
|
14086
14086
|
background: #f5f5f5 !important;
|
|
14087
14087
|
}
|
|
14088
|
+
#newCloud-popover-confirm {
|
|
14089
|
+
background: #0055cc !important;
|
|
14090
|
+
border: 1px solid #0055cc !important;
|
|
14091
|
+
}
|
|
14088
14092
|
.customer-view-new-tip-temp {
|
|
14089
14093
|
display: flex;
|
|
14090
14094
|
}
|
|
@@ -14186,7 +14190,7 @@ body {
|
|
|
14186
14190
|
max-width: calc(100% - 20px) !important;
|
|
14187
14191
|
}
|
|
14188
14192
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
14189
|
-
width:
|
|
14193
|
+
width: 270px !important;
|
|
14190
14194
|
}
|
|
14191
14195
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
14192
14196
|
overflow: hidden;
|
|
@@ -14199,6 +14203,10 @@ body {
|
|
|
14199
14203
|
.newCloud-input-disabled {
|
|
14200
14204
|
background: #f5f5f5 !important;
|
|
14201
14205
|
}
|
|
14206
|
+
#newCloud-popover-confirm {
|
|
14207
|
+
background: #0055cc !important;
|
|
14208
|
+
border: 1px solid #0055cc !important;
|
|
14209
|
+
}
|
|
14202
14210
|
.customer-view-new-tip-temp {
|
|
14203
14211
|
display: flex;
|
|
14204
14212
|
}
|
|
@@ -14479,7 +14487,7 @@ body {
|
|
|
14479
14487
|
max-width: calc(100% - 20px) !important;
|
|
14480
14488
|
}
|
|
14481
14489
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
14482
|
-
width:
|
|
14490
|
+
width: 270px !important;
|
|
14483
14491
|
}
|
|
14484
14492
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
14485
14493
|
overflow: hidden;
|
|
@@ -14492,6 +14500,10 @@ body {
|
|
|
14492
14500
|
.newCloud-input-disabled {
|
|
14493
14501
|
background: #f5f5f5 !important;
|
|
14494
14502
|
}
|
|
14503
|
+
#newCloud-popover-confirm {
|
|
14504
|
+
background: #0055cc !important;
|
|
14505
|
+
border: 1px solid #0055cc !important;
|
|
14506
|
+
}
|
|
14495
14507
|
.customer-view-new-tip-temp {
|
|
14496
14508
|
display: flex;
|
|
14497
14509
|
}
|
|
@@ -14850,6 +14862,9 @@ body {
|
|
|
14850
14862
|
overflow-y: auto;
|
|
14851
14863
|
overflow-x: hidden;
|
|
14852
14864
|
}
|
|
14865
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-temp-tip-width {
|
|
14866
|
+
width: calc(100% - 60px);
|
|
14867
|
+
}
|
|
14853
14868
|
.grid-area-new .customer-order-area-new .order-table-body .order-info {
|
|
14854
14869
|
width: 100%;
|
|
14855
14870
|
margin-top: 13px;
|
|
@@ -14870,7 +14885,7 @@ body {
|
|
|
14870
14885
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14871
14886
|
height: 20px;
|
|
14872
14887
|
line-height: 20px;
|
|
14873
|
-
font-size:
|
|
14888
|
+
font-size: 12px;
|
|
14874
14889
|
color: rgba(0, 0, 0, 0.85);
|
|
14875
14890
|
}
|
|
14876
14891
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .copy-order-id,
|
|
@@ -14903,16 +14918,29 @@ body {
|
|
|
14903
14918
|
cursor: pointer;
|
|
14904
14919
|
}
|
|
14905
14920
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
|
|
14906
|
-
width:
|
|
14921
|
+
width: 180px;
|
|
14922
|
+
}
|
|
14923
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-special {
|
|
14924
|
+
width: 330px !important;
|
|
14925
|
+
}
|
|
14926
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-0 {
|
|
14927
|
+
width: calc((100% - 180px - 180px - 330px - 120px) / 2);
|
|
14928
|
+
}
|
|
14929
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-1 {
|
|
14930
|
+
width: calc((100% - 180px - 180px - 180px - 330px - 150px) / 2);
|
|
14931
|
+
}
|
|
14932
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-2 {
|
|
14933
|
+
width: calc((100% - 180px - 180px - 330px - 150px) / 3);
|
|
14934
|
+
}
|
|
14935
|
+
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-2 {
|
|
14936
|
+
width: calc((100% - 180px - 180px - 180px - 330px - 180px) / 3);
|
|
14907
14937
|
}
|
|
14908
14938
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
|
|
14909
|
-
width: calc((100% - 400px - 120px) / 3);
|
|
14910
14939
|
overflow: hidden;
|
|
14911
14940
|
white-space: nowrap;
|
|
14912
14941
|
text-overflow: ellipsis;
|
|
14913
14942
|
}
|
|
14914
14943
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
|
|
14915
|
-
width: calc((100% - 400px - 120px) / 3);
|
|
14916
14944
|
display: flex;
|
|
14917
14945
|
}
|
|
14918
14946
|
.grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span {
|
|
@@ -14947,12 +14975,23 @@ body {
|
|
|
14947
14975
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
|
|
14948
14976
|
margin-bottom: 10px;
|
|
14949
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
|
+
}
|
|
14950
14988
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
|
|
14989
|
+
display: flex;
|
|
14990
|
+
align-items: center;
|
|
14951
14991
|
height: 20px;
|
|
14952
14992
|
line-height: 20px;
|
|
14953
|
-
font-size:
|
|
14993
|
+
font-size: 12px;
|
|
14954
14994
|
color: rgba(0, 0, 0, 0.85);
|
|
14955
|
-
width: calc((100% - 90px) / 4);
|
|
14956
14995
|
margin-left: 30px;
|
|
14957
14996
|
overflow: hidden;
|
|
14958
14997
|
white-space: nowrap;
|
|
@@ -14961,6 +15000,9 @@ body {
|
|
|
14961
15000
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
|
|
14962
15001
|
color: rgba(0, 0, 0, 0.85) !important;
|
|
14963
15002
|
cursor: pointer;
|
|
15003
|
+
overflow: hidden;
|
|
15004
|
+
white-space: nowrap;
|
|
15005
|
+
text-overflow: ellipsis;
|
|
14964
15006
|
}
|
|
14965
15007
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
|
|
14966
15008
|
color: rgba(0, 0, 0, 0.65);
|
|
@@ -15229,7 +15271,7 @@ body {
|
|
|
15229
15271
|
}
|
|
15230
15272
|
.grid-area-new .customer-account-new .account-info-right .info-copy .newCloud-icon {
|
|
15231
15273
|
cursor: pointer;
|
|
15232
|
-
color: rgba(0, 0, 0, 0.
|
|
15274
|
+
color: rgba(0, 0, 0, 0.65);
|
|
15233
15275
|
}
|
|
15234
15276
|
.grid-area-new .tips-label {
|
|
15235
15277
|
text-align: right;
|
|
@@ -15264,6 +15306,56 @@ body {
|
|
|
15264
15306
|
height: calc(100% - 50px);
|
|
15265
15307
|
}
|
|
15266
15308
|
|
|
15309
|
+
body {
|
|
15310
|
+
margin: 0;
|
|
15311
|
+
--shuyunBlue1: #EDF6FF;
|
|
15312
|
+
--shuyunBlue2: #CCE6FF;
|
|
15313
|
+
--shuyunBlue3: #72B0ED;
|
|
15314
|
+
--shuyunBlue4: #0066CC;
|
|
15315
|
+
--shuyunBlue5: #004CA3;
|
|
15316
|
+
--shuyunBlue6: #003775;
|
|
15317
|
+
--shuyunBlue7: #002147;
|
|
15318
|
+
}
|
|
15319
|
+
.over-length-tip-common {
|
|
15320
|
+
width: 100%;
|
|
15321
|
+
cursor: pointer;
|
|
15322
|
+
overflow: hidden;
|
|
15323
|
+
white-space: nowrap;
|
|
15324
|
+
text-overflow: ellipsis;
|
|
15325
|
+
}
|
|
15326
|
+
.over-length-tip-href {
|
|
15327
|
+
display: block;
|
|
15328
|
+
width: 100%;
|
|
15329
|
+
overflow: hidden;
|
|
15330
|
+
white-space: nowrap;
|
|
15331
|
+
text-overflow: ellipsis;
|
|
15332
|
+
color: var(--shuyunBlue4) !important;
|
|
15333
|
+
cursor: pointer;
|
|
15334
|
+
}
|
|
15335
|
+
.over-length-tip-href:hover {
|
|
15336
|
+
color: var(--shuyunBlue4) !important;
|
|
15337
|
+
}
|
|
15338
|
+
.text-overflow-other {
|
|
15339
|
+
overflow: hidden;
|
|
15340
|
+
white-space: nowrap;
|
|
15341
|
+
text-overflow: ellipsis;
|
|
15342
|
+
width: calc(100% - 60px) !important;
|
|
15343
|
+
padding-right: 0;
|
|
15344
|
+
}
|
|
15345
|
+
.wx-span {
|
|
15346
|
+
width: 100%;
|
|
15347
|
+
}
|
|
15348
|
+
.search-empty-com {
|
|
15349
|
+
display: flex;
|
|
15350
|
+
width: 100%;
|
|
15351
|
+
height: 170px;
|
|
15352
|
+
flex-direction: column;
|
|
15353
|
+
justify-content: center;
|
|
15354
|
+
color: rgba(0, 0, 0, 0.45);
|
|
15355
|
+
align-items: center;
|
|
15356
|
+
border-radius: 2px;
|
|
15357
|
+
}
|
|
15358
|
+
|
|
15267
15359
|
/**
|
|
15268
15360
|
* index.less
|
|
15269
15361
|
* wangbo
|
|
@@ -15358,7 +15450,7 @@ body {
|
|
|
15358
15450
|
max-width: calc(100% - 20px) !important;
|
|
15359
15451
|
}
|
|
15360
15452
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
15361
|
-
width:
|
|
15453
|
+
width: 270px !important;
|
|
15362
15454
|
}
|
|
15363
15455
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
15364
15456
|
overflow: hidden;
|
|
@@ -15371,6 +15463,10 @@ body {
|
|
|
15371
15463
|
.newCloud-input-disabled {
|
|
15372
15464
|
background: #f5f5f5 !important;
|
|
15373
15465
|
}
|
|
15466
|
+
#newCloud-popover-confirm {
|
|
15467
|
+
background: #0055cc !important;
|
|
15468
|
+
border: 1px solid #0055cc !important;
|
|
15469
|
+
}
|
|
15374
15470
|
.customer-view-new-tip-temp {
|
|
15375
15471
|
display: flex;
|
|
15376
15472
|
}
|
|
@@ -15532,46 +15628,6 @@ body {
|
|
|
15532
15628
|
display: inline-block;
|
|
15533
15629
|
}
|
|
15534
15630
|
|
|
15535
|
-
body {
|
|
15536
|
-
margin: 0;
|
|
15537
|
-
--shuyunBlue1: #EDF6FF;
|
|
15538
|
-
--shuyunBlue2: #CCE6FF;
|
|
15539
|
-
--shuyunBlue3: #72B0ED;
|
|
15540
|
-
--shuyunBlue4: #0066CC;
|
|
15541
|
-
--shuyunBlue5: #004CA3;
|
|
15542
|
-
--shuyunBlue6: #003775;
|
|
15543
|
-
--shuyunBlue7: #002147;
|
|
15544
|
-
}
|
|
15545
|
-
.over-length-tip-common {
|
|
15546
|
-
width: 100%;
|
|
15547
|
-
cursor: pointer;
|
|
15548
|
-
overflow: hidden;
|
|
15549
|
-
white-space: nowrap;
|
|
15550
|
-
text-overflow: ellipsis;
|
|
15551
|
-
}
|
|
15552
|
-
.over-length-tip-href {
|
|
15553
|
-
display: block;
|
|
15554
|
-
width: 100%;
|
|
15555
|
-
overflow: hidden;
|
|
15556
|
-
white-space: nowrap;
|
|
15557
|
-
text-overflow: ellipsis;
|
|
15558
|
-
color: var(--shuyunBlue4) !important;
|
|
15559
|
-
cursor: pointer;
|
|
15560
|
-
}
|
|
15561
|
-
.over-length-tip-href:hover {
|
|
15562
|
-
color: var(--shuyunBlue4) !important;
|
|
15563
|
-
}
|
|
15564
|
-
.text-overflow-other {
|
|
15565
|
-
overflow: hidden;
|
|
15566
|
-
white-space: nowrap;
|
|
15567
|
-
text-overflow: ellipsis;
|
|
15568
|
-
width: calc(100% - 60px) !important;
|
|
15569
|
-
padding-right: 0;
|
|
15570
|
-
}
|
|
15571
|
-
.wx-span {
|
|
15572
|
-
width: 100%;
|
|
15573
|
-
}
|
|
15574
|
-
|
|
15575
15631
|
/**
|
|
15576
15632
|
* index.less
|
|
15577
15633
|
* wangbo
|
|
@@ -15666,7 +15722,7 @@ body {
|
|
|
15666
15722
|
max-width: calc(100% - 20px) !important;
|
|
15667
15723
|
}
|
|
15668
15724
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) {
|
|
15669
|
-
width:
|
|
15725
|
+
width: 270px !important;
|
|
15670
15726
|
}
|
|
15671
15727
|
.newCloud-ccascader-menus .newCloud-ccascader-menu:nth-child(1) .newCloud-ccascader-menu-item-content {
|
|
15672
15728
|
overflow: hidden;
|
|
@@ -15679,6 +15735,10 @@ body {
|
|
|
15679
15735
|
.newCloud-input-disabled {
|
|
15680
15736
|
background: #f5f5f5 !important;
|
|
15681
15737
|
}
|
|
15738
|
+
#newCloud-popover-confirm {
|
|
15739
|
+
background: #0055cc !important;
|
|
15740
|
+
border: 1px solid #0055cc !important;
|
|
15741
|
+
}
|
|
15682
15742
|
.customer-view-new-tip-temp {
|
|
15683
15743
|
display: flex;
|
|
15684
15744
|
}
|
|
@@ -15851,6 +15911,9 @@ body {
|
|
|
15851
15911
|
.customer-label-area-new .customer-label-content .tag-item-edit {
|
|
15852
15912
|
cursor: pointer;
|
|
15853
15913
|
}
|
|
15914
|
+
.customer-label-area-new .customer-label-content .tag-item-edit-title {
|
|
15915
|
+
color: rgba(0, 0, 0, 0.65);
|
|
15916
|
+
}
|
|
15854
15917
|
.customer-label-area-new .customer-label-content .info-tag-p2 .tag-item {
|
|
15855
15918
|
display: flex;
|
|
15856
15919
|
width: calc((100% - 20px) / 2);
|
|
@@ -16040,12 +16103,15 @@ body {
|
|
|
16040
16103
|
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag {
|
|
16041
16104
|
width: 100%;
|
|
16042
16105
|
background: #FAFAFA;
|
|
16043
|
-
padding-top:
|
|
16106
|
+
padding-top: 16px;
|
|
16044
16107
|
font-weight: 400;
|
|
16045
16108
|
color: rgba(0, 0, 0, 0.85);
|
|
16046
16109
|
line-height: 20px;
|
|
16047
16110
|
margin-bottom: 14px;
|
|
16048
16111
|
}
|
|
16112
|
+
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .tag-item-com {
|
|
16113
|
+
margin-bottom: 0;
|
|
16114
|
+
}
|
|
16049
16115
|
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag > span {
|
|
16050
16116
|
cursor: pointer;
|
|
16051
16117
|
}
|
|
@@ -16062,14 +16128,22 @@ body {
|
|
|
16062
16128
|
color: rgba(0, 0, 0, 0.85);
|
|
16063
16129
|
cursor: pointer;
|
|
16064
16130
|
}
|
|
16065
|
-
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right
|
|
16066
|
-
|
|
16067
|
-
|
|
16068
|
-
|
|
16069
|
-
|
|
16131
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right {
|
|
16132
|
+
display: flex;
|
|
16133
|
+
align-items: center;
|
|
16134
|
+
}
|
|
16135
|
+
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right > span {
|
|
16136
|
+
display: inline-block;
|
|
16137
|
+
border-right: 1px solid #E8E8E8;
|
|
16138
|
+
height: 12px;
|
|
16139
|
+
margin-right: 12px;
|
|
16070
16140
|
}
|
|
16071
16141
|
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right .newCloud-icon {
|
|
16142
|
+
display: inline-block;
|
|
16143
|
+
margin-right: 12px;
|
|
16072
16144
|
font-size: 14px;
|
|
16145
|
+
cursor: pointer;
|
|
16146
|
+
color: rgba(0, 0, 0, 0.45);
|
|
16073
16147
|
}
|
|
16074
16148
|
.customer-label-area-new .customer-label-content .custom-module-new .common-title-right .active-icon {
|
|
16075
16149
|
color: var(--shuyunBlue4) !important;
|
|
@@ -16079,7 +16153,6 @@ body {
|
|
|
16079
16153
|
}
|
|
16080
16154
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block {
|
|
16081
16155
|
margin-bottom: 16px;
|
|
16082
|
-
padding-bottom: 8px;
|
|
16083
16156
|
border-bottom: 1px solid #E8E8E8;
|
|
16084
16157
|
}
|
|
16085
16158
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info .shop-block:last-child {
|
|
@@ -16116,11 +16189,10 @@ body {
|
|
|
16116
16189
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group {
|
|
16117
16190
|
border-radius: 2px;
|
|
16118
16191
|
border-bottom: 1px solid #E8E8E8;
|
|
16119
|
-
padding:
|
|
16192
|
+
padding: 16px 0 6px 0;
|
|
16120
16193
|
}
|
|
16121
16194
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group:last-child {
|
|
16122
16195
|
border-bottom: none;
|
|
16123
|
-
padding: 12px 0px 0px;
|
|
16124
16196
|
}
|
|
16125
16197
|
.customer-label-area-new .customer-label-content .custom-module-new .common-block-info-group .info-title {
|
|
16126
16198
|
font-size: 14px;
|
|
@@ -16154,8 +16226,9 @@ body {
|
|
|
16154
16226
|
}
|
|
16155
16227
|
.edit-tag .edit-tag-container {
|
|
16156
16228
|
display: flex;
|
|
16157
|
-
height: 100
|
|
16229
|
+
height: calc(100% - 16px - 38px);
|
|
16158
16230
|
overflow: hidden;
|
|
16231
|
+
margin-top: 16px;
|
|
16159
16232
|
}
|
|
16160
16233
|
.edit-tag .edit-tag-container .edit-tag-search-block {
|
|
16161
16234
|
flex: 0 0 380px;
|
|
@@ -16363,10 +16436,6 @@ body {
|
|
|
16363
16436
|
color: rgba(0, 0, 0, 0.65);
|
|
16364
16437
|
line-height: 20px;
|
|
16365
16438
|
}
|
|
16366
|
-
.edit-tag .edit-tag-container .edit-tag-form .age-item-container {
|
|
16367
|
-
display: flex;
|
|
16368
|
-
align-items: center;
|
|
16369
|
-
}
|
|
16370
16439
|
.edit-tag .edit-tag-container .edit-tag-form .age-item-container .newCloud-form-item:first-child {
|
|
16371
16440
|
flex: 0 0 295px;
|
|
16372
16441
|
}
|
|
@@ -16383,7 +16452,15 @@ body {
|
|
|
16383
16452
|
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value .disable-tag {
|
|
16384
16453
|
position: absolute;
|
|
16385
16454
|
top: 16px;
|
|
16386
|
-
right:
|
|
16455
|
+
right: 40px;
|
|
16456
|
+
}
|
|
16457
|
+
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value .disable-tag .disable-tag-span {
|
|
16458
|
+
width: 36px;
|
|
16459
|
+
height: 17px;
|
|
16460
|
+
line-height: 17px;
|
|
16461
|
+
font-size: 12px;
|
|
16462
|
+
color: rgba(0, 0, 0, 0.45);
|
|
16463
|
+
padding-left: 4px;
|
|
16387
16464
|
}
|
|
16388
16465
|
.edit-tag .edit-tag-container .edit-tag-form .tag-info-value .remove-tag-value {
|
|
16389
16466
|
position: absolute;
|
|
@@ -16472,11 +16549,14 @@ body {
|
|
|
16472
16549
|
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content {
|
|
16473
16550
|
padding: 16px 12px 0 12px;
|
|
16474
16551
|
}
|
|
16475
|
-
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item {
|
|
16552
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item:not(:last-child) {
|
|
16476
16553
|
padding: 0 0 24px 0 !important;
|
|
16477
16554
|
}
|
|
16555
|
+
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item:last-child {
|
|
16556
|
+
padding: 0 0 16px 0 !important;
|
|
16557
|
+
}
|
|
16478
16558
|
.edit-tag .edit-tag-container .edit-tag-form .dependent-wrapper .dependent-instance .instance-content .newCloud-form-item-label {
|
|
16479
|
-
margin-bottom:
|
|
16559
|
+
margin-bottom: 12px !important;
|
|
16480
16560
|
}
|
|
16481
16561
|
.edit-tag .edit-tag-container .edit-tag-form .empty {
|
|
16482
16562
|
display: flex;
|