cloud-business 0.1.91-6 → 0.1.91-8

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.
@@ -11259,6 +11259,7 @@ body {
11259
11259
  border-radius: 4px;
11260
11260
  z-index: 10000;
11261
11261
  font-family: PingFangSC-Medium, PingFang SC;
11262
+ box-sizing: content-box;
11262
11263
  }
11263
11264
  .cloud-satisfaction-survey-popup:after {
11264
11265
  position: absolute;
@@ -11309,6 +11310,10 @@ body {
11309
11310
  color: rgba(0, 0, 0, 0.85);
11310
11311
  cursor: pointer;
11311
11312
  text-align: center;
11313
+ border-radius: 2px;
11314
+ font-family: PingFangSC-Regular, PingFang SC;
11315
+ font-weight: 400;
11316
+ box-sizing: content-box;
11312
11317
  white-space: nowrap;
11313
11318
  overflow: hidden;
11314
11319
  text-overflow: ellipsis;
@@ -11327,6 +11332,13 @@ body {
11327
11332
  .cloud-satisfaction-survey-reason-operate button.newCloud-button.small {
11328
11333
  padding: 3px 8px;
11329
11334
  }
11335
+ .cloud-satisfaction-survey-reason-operate button.newCloud-button.normal {
11336
+ border: 1px solid #E8E8E8;
11337
+ color: rgba(0, 0, 0, 0.85);
11338
+ }
11339
+ .cloud-satisfaction-survey-reason-operate button.newCloud-button.normal:hover {
11340
+ background: transparent;
11341
+ }
11330
11342
 
11331
11343
  body {
11332
11344
  margin: 0;
@@ -11371,6 +11383,7 @@ body {
11371
11383
  color: #0055CC;
11372
11384
  background: #F0F7FF;
11373
11385
  text-align: center;
11386
+ box-sizing: content-box;
11374
11387
  }
11375
11388
  .cloud-satisfaction-survey-result-list-extra-container {
11376
11389
  width: 100%;
@@ -11442,7 +11455,6 @@ body {
11442
11455
  width: fit-content;
11443
11456
  padding: 0 6px;
11444
11457
  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
11458
  border-radius: 6px;
11447
11459
  cursor: pointer;
11448
11460
  font-weight: 500;
@@ -11467,6 +11479,7 @@ body {
11467
11479
  .cloud-satisfaction-survey-oppose {
11468
11480
  display: flex;
11469
11481
  align-items: center;
11482
+ gap: 4px;
11470
11483
  font-size: 12px;
11471
11484
  cursor: pointer;
11472
11485
  line-height: 22px;