Skip to content

Commit 22d9bc5

Browse files
committed
Merge branch 'pr/856'
2 parents 9dd24d5 + b7d2394 commit 22d9bc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
319319
.uni-navbar--fixed {
320320
position: fixed;
321-
z-index: 998;
321+
z-index: 99;
322322
/* #ifdef H5 */
323323
left: var(--window-left);
324324
right: var(--window-right);

uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<view class="uni-dialog-button" v-if="showClose" @click="closeDialog">
1919
<text class="uni-dialog-button-text">{{closeText}}</text>
2020
</view>
21-
<view class="uni-dialog-button uni-border-left" @click="onOk">
21+
<view class="uni-dialog-button" :class="showClose?'uni-border-left':''" @click="onOk">
2222
<text class="uni-dialog-button-text uni-button-color">{{okText}}</text>
2323
</view>
2424
</view>
@@ -310,4 +310,4 @@
310310
.uni-popup__info {
311311
color: #909399;
312312
}
313-
</style>
313+
</style>

0 commit comments

Comments
 (0)