Browse Source

调整页面

wangxy 2 months ago
parent
commit
cddc5b929f
1 changed files with 7 additions and 1 deletions
  1. 7 1
      components/zhuapaiConfirm/index.vue

+ 7 - 1
components/zhuapaiConfirm/index.vue

@@ -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>