@kaiyinchem/ky-uniui 1.0.45 → 1.0.47
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/components/ky-pop.vue +4 -2
- package/package.json +1 -1
package/components/ky-pop.vue
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<view
|
|
24
24
|
:class="position"
|
|
25
25
|
:style="{width: position !== 'center' ? false : width + 'rpx' }"
|
|
26
|
-
class="lmy-pop
|
|
26
|
+
class="lmy-pop gray-bg radius">
|
|
27
27
|
|
|
28
28
|
<!--通用头部-->
|
|
29
29
|
<view v-if="title" :class="{ noClose, 'white-bg': type === 'pop', txtLeft: titleAlign === 'left' }" class="pop-top">
|
|
@@ -452,6 +452,9 @@
|
|
|
452
452
|
&.top {
|
|
453
453
|
border-radius: 0!important;
|
|
454
454
|
}
|
|
455
|
+
&.dialog .pop-content {
|
|
456
|
+
background: var(--bg-white);
|
|
457
|
+
}
|
|
455
458
|
.pop-top {
|
|
456
459
|
padding: 24rpx 36rpx;
|
|
457
460
|
display: flex;
|
|
@@ -492,7 +495,6 @@
|
|
|
492
495
|
}
|
|
493
496
|
.pop-content {
|
|
494
497
|
padding: 36rpx;
|
|
495
|
-
background: var(--bg-white);
|
|
496
498
|
&.noPadding {
|
|
497
499
|
padding: 0;
|
|
498
500
|
}
|