|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<uni-popup ref="popupRef" type="dialog" :animation="false" :is-mask-click="false"
|
|
|
mask-background-color="rgba(0, 0, 0, 0.4);">
|
|
|
- <uni-popup-dialog mode="input" class="phone-camera" title="摄像头确认" :duration="2000" :before-close="true"
|
|
|
+ <uni-popup-dialog mode="input" class="phone-camera my-dialog-cc" title="摄像头确认" :duration="2000" :before-close="true"
|
|
|
@close="handleClose" @confirm="handleConfirm">
|
|
|
<view class="phone-camera-box" style="overflow: hidden;">
|
|
|
<view v-show="!showConfirmBtn" class="sxt-tip-box" style="text-align: center;">摄像头正在初始化...</view>
|
|
@@ -116,4 +116,10 @@
|
|
|
.uni-video-video {
|
|
|
width: 100%;
|
|
|
}
|
|
|
+
|
|
|
+ .my-dialog-cc .uni-dialog-button.uni-border-left {
|
|
|
+ .uni-dialog-button-text.uni-button-color {
|
|
|
+ color: #3fd2a1;
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|