@wizishop/wizi-block 15.0.96-beta → 15.0.97-beta
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/package.json +1 -1
- package/wizi-block.scss +38 -8
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -6267,6 +6267,8 @@ $color-bd: #dddddd;
|
|
|
6267
6267
|
@include justify-content(space-between);
|
|
6268
6268
|
|
|
6269
6269
|
&__item {
|
|
6270
|
+
position: relative;
|
|
6271
|
+
z-index: 1;
|
|
6270
6272
|
width: calc(25% - 23px);
|
|
6271
6273
|
|
|
6272
6274
|
&:focus-within {
|
|
@@ -7575,6 +7577,10 @@ $color-bd: #dddddd;
|
|
|
7575
7577
|
margin-bottom: 20px;
|
|
7576
7578
|
z-index: 2;
|
|
7577
7579
|
position: relative;
|
|
7580
|
+
|
|
7581
|
+
&:focus-within {
|
|
7582
|
+
z-index: 10;
|
|
7583
|
+
}
|
|
7578
7584
|
}
|
|
7579
7585
|
|
|
7580
7586
|
&__wrapper {
|
|
@@ -7585,6 +7591,10 @@ $color-bd: #dddddd;
|
|
|
7585
7591
|
@include flex-wrap(wrap);
|
|
7586
7592
|
justify-content: flex-start;
|
|
7587
7593
|
|
|
7594
|
+
&:focus-within {
|
|
7595
|
+
z-index: 10;
|
|
7596
|
+
}
|
|
7597
|
+
|
|
7588
7598
|
.width0 {
|
|
7589
7599
|
max-width: 0;
|
|
7590
7600
|
}
|
|
@@ -7592,11 +7602,16 @@ $color-bd: #dddddd;
|
|
|
7592
7602
|
&__item {
|
|
7593
7603
|
width: calc(50% - 40px);
|
|
7594
7604
|
position: relative;
|
|
7605
|
+
z-index: 1;
|
|
7595
7606
|
|
|
7596
7607
|
&:last-child {
|
|
7597
7608
|
margin: 0 0 0 80px;
|
|
7598
7609
|
}
|
|
7599
7610
|
|
|
7611
|
+
&:focus-within {
|
|
7612
|
+
z-index: 10;
|
|
7613
|
+
}
|
|
7614
|
+
|
|
7600
7615
|
.wb-structure-config__content {
|
|
7601
7616
|
overflow-y: scroll;
|
|
7602
7617
|
}
|
|
@@ -7787,6 +7802,7 @@ $color-bd: #dddddd;
|
|
|
7787
7802
|
position: relative;
|
|
7788
7803
|
margin-top: 15px;
|
|
7789
7804
|
min-height: 50px;
|
|
7805
|
+
z-index: 1;
|
|
7790
7806
|
|
|
7791
7807
|
&:focus-within {
|
|
7792
7808
|
z-index: 9999;
|
|
@@ -7800,6 +7816,7 @@ $color-bd: #dddddd;
|
|
|
7800
7816
|
margin-top: -10px;
|
|
7801
7817
|
width: 100%;
|
|
7802
7818
|
min-height: 50px;
|
|
7819
|
+
z-index: 1;
|
|
7803
7820
|
|
|
7804
7821
|
&:focus-within {
|
|
7805
7822
|
z-index: 9999;
|
|
@@ -10738,10 +10755,14 @@ $color-size-choose: #6c6c6c;
|
|
|
10738
10755
|
width: 100%;
|
|
10739
10756
|
|
|
10740
10757
|
> div {
|
|
10741
|
-
|
|
10742
|
-
|
|
10758
|
+
position: relative;
|
|
10759
|
+
z-index: 1;
|
|
10760
|
+
|
|
10761
|
+
&:focus-within {
|
|
10743
10762
|
z-index: 10;
|
|
10763
|
+
}
|
|
10744
10764
|
|
|
10765
|
+
&:first-child {
|
|
10745
10766
|
.ql-editor {
|
|
10746
10767
|
padding-bottom: 0;
|
|
10747
10768
|
}
|
|
@@ -23231,11 +23252,12 @@ $color-size-choose: #6c6c6c;
|
|
|
23231
23252
|
}
|
|
23232
23253
|
|
|
23233
23254
|
> div > div {
|
|
23255
|
+
position: relative;
|
|
23256
|
+
z-index: 1;
|
|
23234
23257
|
background-color: rgba(0, 0, 0, 0.15);
|
|
23235
23258
|
width: 100%;
|
|
23236
23259
|
|
|
23237
|
-
&:
|
|
23238
|
-
position: relative;
|
|
23260
|
+
&:focus-within {
|
|
23239
23261
|
z-index: 10;
|
|
23240
23262
|
}
|
|
23241
23263
|
}
|
|
@@ -23348,14 +23370,18 @@ $color-size-choose: #6c6c6c;
|
|
|
23348
23370
|
}
|
|
23349
23371
|
|
|
23350
23372
|
> div > div {
|
|
23373
|
+
position: relative;
|
|
23374
|
+
z-index: 1;
|
|
23351
23375
|
background-color: $wb-white;
|
|
23352
23376
|
width: 50%;
|
|
23353
23377
|
margin-left: rem(40);
|
|
23354
23378
|
box-sizing: border-box;
|
|
23355
23379
|
|
|
23356
|
-
&:
|
|
23357
|
-
position: relative;
|
|
23380
|
+
&:focus-within {
|
|
23358
23381
|
z-index: 10;
|
|
23382
|
+
}
|
|
23383
|
+
|
|
23384
|
+
&:first-child {
|
|
23359
23385
|
padding: rem(15) rem(30) 1px;
|
|
23360
23386
|
}
|
|
23361
23387
|
|
|
@@ -23492,17 +23518,21 @@ $color-size-choose: #6c6c6c;
|
|
|
23492
23518
|
}
|
|
23493
23519
|
|
|
23494
23520
|
> div > div {
|
|
23521
|
+
position: relative;
|
|
23522
|
+
z-index: 1;
|
|
23495
23523
|
width: 100%;
|
|
23496
23524
|
margin-left: 0;
|
|
23497
23525
|
box-sizing: border-box;
|
|
23498
23526
|
|
|
23527
|
+
&:focus-within {
|
|
23528
|
+
z-index: 10;
|
|
23529
|
+
}
|
|
23530
|
+
|
|
23499
23531
|
&.has-transparent-background {
|
|
23500
23532
|
background-color: transparent;
|
|
23501
23533
|
}
|
|
23502
23534
|
|
|
23503
23535
|
&:first-child {
|
|
23504
|
-
position: relative;
|
|
23505
|
-
z-index: 10;
|
|
23506
23536
|
padding: rem(15) rem(30) 0;
|
|
23507
23537
|
}
|
|
23508
23538
|
|