Skip to content

Commit

Permalink
Merge branch 'pr/856'
Browse files Browse the repository at this point in the history
  • Loading branch information
18148764734 committed Mar 22, 2024
2 parents 92e3587 + b7d2394 commit 4b0c585
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<view class="uni-dialog-button" v-if="showClose" @click="closeDialog">
<text class="uni-dialog-button-text">{{closeText}}</text>
</view>
<view class="uni-dialog-button uni-border-left" @click="onOk">
<view class="uni-dialog-button" :class="showClose?'uni-border-left':''" @click="onOk">
<text class="uni-dialog-button-text uni-button-color">{{okText}}</text>
</view>
</view>
Expand Down Expand Up @@ -310,4 +310,4 @@
.uni-popup__info {
color: #909399;
}
</style>
</style>

0 comments on commit 4b0c585

Please sign in to comment.