File tree 2 files changed +3
-3
lines changed
uni-nav-bar/components/uni-nav-bar
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 318
318
319
319
.uni-navbar--fixed {
320
320
position : fixed ;
321
- z-index : 998 ;
321
+ z-index : 99 ;
322
322
/* #ifdef H5 */
323
323
left : var (--window-left );
324
324
right : var (--window-right );
Original file line number Diff line number Diff line change 18
18
<view class =" uni-dialog-button" v-if =" showClose" @click =" closeDialog" >
19
19
<text class =" uni-dialog-button-text" >{{closeText}}</text >
20
20
</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" >
22
22
<text class =" uni-dialog-button-text uni-button-color" >{{okText}}</text >
23
23
</view >
24
24
</view >
310
310
.uni-popup__info {
311
311
color : #909399 ;
312
312
}
313
- </style >
313
+ </style >
You can’t perform that action at this time.
0 commit comments