zs 1 year ago
parent
commit
b86d6bc92b

+ 1 - 1
pages/home/index.vue

@@ -232,7 +232,7 @@
 					.image {
 						width: 25vw;
 						height: 25vw;
-						border-radius: 25vw;
+						border-radius: 2vw;
 					}
 
 				}

+ 1 - 1
pages/teacher/index.vue

@@ -212,7 +212,7 @@
 					.image {
 						width: 25vw;
 						height: 25vw;
-						border-radius: 25vw;
+						border-radius: 2vw;
 					}
 
 				}

+ 1 - 1
pagesMy/account/path/teacher.vue

@@ -89,7 +89,7 @@
 					<view class="label">
 						<up-upload :fileList="form.card" @afterRead="afterRead" @delete="deletePic" name="card" multiple
 							:maxCount="2" width="250" height="150">
-							<image src="https://cdn.uviewui.com/uview/demo/upload/positive.png" mode="widthFix"
+							<image src="/static/positive.png" mode="widthFix"
 								style="width: 250px;height: 150px;"></image>
 						</up-upload>
 						<span v-if="errors.card" class="error-message">{{ errors.card }}</span>

+ 0 - 1
pagesMy/introduce/index.vue

@@ -45,7 +45,6 @@
 	.content {
 		display: flex;
 		flex-direction: column;
-		min-height: 100vh;
 		margin: 4vw;
 
 		.one {

BIN
static/positive.png


+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/home/index.wxss

@@ -50,7 +50,7 @@
 .content .five .list .left .image.data-v-4978fed5 {
   width: 25vw;
   height: 25vw;
-  border-radius: 25vw;
+  border-radius: 2vw;
 }
 .content .five .list .right.data-v-4978fed5 {
   width: 70%;

+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/teacher/index.wxss

@@ -44,7 +44,7 @@
 .content .two .list .left .image.data-v-f3506c63 {
   width: 25vw;
   height: 25vw;
-  border-radius: 25vw;
+  border-radius: 2vw;
 }
 .content .two .list .right.data-v-f3506c63 {
   width: 70%;

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/pagesMy/account/path/teacher.wxml


+ 0 - 1
unpackage/dist/dev/mp-weixin/pagesMy/introduce/index.wxss

@@ -3,7 +3,6 @@
 .content.data-v-36ae6b6d {
   display: flex;
   flex-direction: column;
-  min-height: 100vh;
   margin: 4vw;
 }
 .content .one.data-v-36ae6b6d {

BIN
unpackage/dist/dev/mp-weixin/static/positive.png