cloud-business 0.1.89 → 0.1.91

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.
@@ -4308,8 +4308,7 @@ input::-webkit-search-cancel-button {
4308
4308
  bottom: 0;
4309
4309
  left: 0;
4310
4310
  cursor: sw-resize;
4311
- -webkit-transform: rotate(90deg);
4312
- transform: rotate(90deg);
4311
+ transform: rotate(90deg);
4313
4312
  }
4314
4313
  .react-resizable-handle-se {
4315
4314
  bottom: 0;
@@ -4320,15 +4319,13 @@ input::-webkit-search-cancel-button {
4320
4319
  top: 0;
4321
4320
  left: 0;
4322
4321
  cursor: nw-resize;
4323
- -webkit-transform: rotate(180deg);
4324
- transform: rotate(180deg);
4322
+ transform: rotate(180deg);
4325
4323
  }
4326
4324
  .react-resizable-handle-ne {
4327
4325
  top: 0;
4328
4326
  right: 0;
4329
4327
  cursor: ne-resize;
4330
- -webkit-transform: rotate(270deg);
4331
- transform: rotate(270deg);
4328
+ transform: rotate(270deg);
4332
4329
  }
4333
4330
  .react-resizable-handle-w,
4334
4331
  .react-resizable-handle-e {
@@ -4338,13 +4335,11 @@ input::-webkit-search-cancel-button {
4338
4335
  }
4339
4336
  .react-resizable-handle-w {
4340
4337
  left: 0;
4341
- -webkit-transform: rotate(135deg);
4342
- transform: rotate(135deg);
4338
+ transform: rotate(135deg);
4343
4339
  }
4344
4340
  .react-resizable-handle-e {
4345
4341
  right: 0;
4346
- -webkit-transform: rotate(315deg);
4347
- transform: rotate(315deg);
4342
+ transform: rotate(315deg);
4348
4343
  }
4349
4344
  .react-resizable-handle-n,
4350
4345
  .react-resizable-handle-s {
@@ -4354,13 +4349,11 @@ input::-webkit-search-cancel-button {
4354
4349
  }
4355
4350
  .react-resizable-handle-n {
4356
4351
  top: 0;
4357
- -webkit-transform: rotate(225deg);
4358
- transform: rotate(225deg);
4352
+ transform: rotate(225deg);
4359
4353
  }
4360
4354
  .react-resizable-handle-s {
4361
4355
  bottom: 0;
4362
- -webkit-transform: rotate(45deg);
4363
- transform: rotate(45deg);
4356
+ transform: rotate(45deg);
4364
4357
  }
4365
4358
  /* 不要在此引入normalize.less及其他放置公用无需编译的css */
4366
4359
  /* 不要在此引入animation.less及其他放置公用无需编译的css */
@@ -4487,6 +4480,21 @@ input::-webkit-search-cancel-button {
4487
4480
  padding: 8px 0;
4488
4481
  background: #fff;
4489
4482
  }
4483
+ .newCloud-select-option-container .divider {
4484
+ height: 1px;
4485
+ background: #e8e8e8;
4486
+ margin-top: 8px;
4487
+ margin-bottom: 8px;
4488
+ }
4489
+ .newCloud-select-group-select-options .groupName {
4490
+ color: rgba(0, 0, 0, 0.45);
4491
+ font-size: 12px;
4492
+ margin-left: 12px;
4493
+ margin-bottom: 8px;
4494
+ }
4495
+ .newCloud-select-group-select-options .groupName:not(:first-child) {
4496
+ margin-top: 8px;
4497
+ }
4490
4498
  .newCloud-select-select-options {
4491
4499
  box-sizing: border-box;
4492
4500
  padding: 0;
@@ -16114,6 +16122,7 @@ body {
16114
16122
  .cloud-new-shop-selector .shop-selector-panel .all-shops-area .all-shops-operation {
16115
16123
  color: #0083ba;
16116
16124
  margin-bottom: 8px;
16125
+ z-index: 1;
16117
16126
  }
16118
16127
  .cloud-new-shop-selector .shop-selector-panel .all-shops-area .all-shop {
16119
16128
  flex: 1;