cloud-business 0.1.91-6 → 0.1.91-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 +11 -1
- 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
|
@@ -11309,6 +11309,9 @@ body {
|
|
|
11309
11309
|
color: rgba(0, 0, 0, 0.85);
|
|
11310
11310
|
cursor: pointer;
|
|
11311
11311
|
text-align: center;
|
|
11312
|
+
border-radius: 2px;
|
|
11313
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
11314
|
+
font-weight: 400;
|
|
11312
11315
|
white-space: nowrap;
|
|
11313
11316
|
overflow: hidden;
|
|
11314
11317
|
text-overflow: ellipsis;
|
|
@@ -11327,6 +11330,13 @@ body {
|
|
|
11327
11330
|
.cloud-satisfaction-survey-reason-operate button.newCloud-button.small {
|
|
11328
11331
|
padding: 3px 8px;
|
|
11329
11332
|
}
|
|
11333
|
+
.cloud-satisfaction-survey-reason-operate button.newCloud-button.normal {
|
|
11334
|
+
border: 1px solid #E8E8E8;
|
|
11335
|
+
color: rgba(0, 0, 0, 0.85);
|
|
11336
|
+
}
|
|
11337
|
+
.cloud-satisfaction-survey-reason-operate button.newCloud-button.normal:hover {
|
|
11338
|
+
background: transparent;
|
|
11339
|
+
}
|
|
11330
11340
|
|
|
11331
11341
|
body {
|
|
11332
11342
|
margin: 0;
|
|
@@ -11442,7 +11452,6 @@ body {
|
|
|
11442
11452
|
width: fit-content;
|
|
11443
11453
|
padding: 0 6px;
|
|
11444
11454
|
background: linear-gradient(314deg, #91C7FF 0%, #D8EAFF 100%);
|
|
11445
|
-
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.04);
|
|
11446
11455
|
border-radius: 6px;
|
|
11447
11456
|
cursor: pointer;
|
|
11448
11457
|
font-weight: 500;
|
|
@@ -11467,6 +11476,7 @@ body {
|
|
|
11467
11476
|
.cloud-satisfaction-survey-oppose {
|
|
11468
11477
|
display: flex;
|
|
11469
11478
|
align-items: center;
|
|
11479
|
+
gap: 4px;
|
|
11470
11480
|
font-size: 12px;
|
|
11471
11481
|
cursor: pointer;
|
|
11472
11482
|
line-height: 22px;
|