Browse Source

1.调样式

guo 3 years ago
parent
commit
4e8ebd2bbb
1 changed files with 11 additions and 4 deletions
  1. 11 4
      operatingCompany/components/timeChose/timeChose.vue

+ 11 - 4
operatingCompany/components/timeChose/timeChose.vue

@@ -3,8 +3,10 @@
 		<uni-popup ref="popcash" type="bottom" @change="popChange">
 			<view class="pop_phone pop-container">
 				<view class="popup-title">
-					<view class="u-popup-cancel-btn" @click="closepop">取消</view>
-					<view class="u-title" @click="reset">重置</view>
+					<view class="leftView">
+						<view class="u-popup-cancel-btn" @click="closepop">取消</view>
+						<view class="u-title" @click="reset">重置</view>
+					</view>
 					<view class="u-popup-sure-btn" @click="handleSelectSure">确定</view>
 				</view>
 				<view class="m-select-time">
@@ -372,9 +374,14 @@
 		justify-content: space-between;
 		align-items: center;
 	}
-
+	.leftView{
+		display: flex;
+		justify-content: space-between;
+		align-items: center;
+	}
 	.u-title {
-		font-size: 30rpx;
+		// font-size: 30rpx;
+		color: #007aff;
 	}
 
 	.u-popup-cancel-btn {