Przeglądaj źródła

修改 我得证件导航颜色、修改 图片高度

achao 2 lat temu
rodzic
commit
287acb60be

+ 1 - 4
xiaochengxu/pages/mySet/myCard.vue

@@ -1,6 +1,6 @@
 <template>
 	<view>
-		<u-navbar placeholder title="我的证件" @leftClick="leftClick">
+		<u-navbar placeholder title="我的证件" @leftClick="leftClick" bgColor="#112253" titleStyle ="color:#fff" leftIconColor="#fff">
 		</u-navbar>
 		<view class="flex content1 flex-between">
 			<view @click='addclick' class="button">
@@ -74,9 +74,6 @@
 					<view v-else style='padding-left:20rpx;' >
 						<u-upload  @afterRead="afterRead" :fileList="fileList2" @delete="deletePic" name="2" multiple
 						:maxCount="1" height='190' width='350'>
-							<view class="">
-								123
-							</view>
 							<!-- <image src="https://cdn.uviewui.com/uview/demo/upload/positive.png" 
 								mode="widthFix" style="width: 250px;height: 150px;"></image> -->
 							</u-upload>

+ 2 - 2
xiaochengxu/pages/mySet/myInfo.vue

@@ -880,7 +880,7 @@
 			.left {
 				position: absolute;
 				padding: 20rpx 0;
-				width: 310rpx;
+				width: 305rpx;
 				box-sizing: border-box;
 				display: flex;
 				justify-content: space-evenly;
@@ -889,7 +889,7 @@
 			}
 
 			.right {
-				font-size: 26rpx;
+				font-size: 25rpx;
 				padding: 20rpx 0;
 				position: relative;
 				right: -278rpx;