zs vor 1 Jahr
Ursprung
Commit
e2188521c7

+ 1 - 3
pages/good/index.vue

@@ -273,19 +273,17 @@
 						.info {
 							display: flex;
 							flex-direction: column;
-							justify-content: space-evenly;
+							justify-content: space-between;
 							width: 45vw;
 							padding: 0 0 0 2vw;
 
 							.name {
 								font-size: var(--font15Size);
-								margin: 0 0 1vw 0;
 							}
 
 							.num {
 								display: flex;
 								justify-content: space-between;
-								margin: 1vw 0 0 0;
 
 								.left {
 									font-size: var(--font14Size);

Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/good/index.js.map


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

@@ -53,18 +53,16 @@
 .content .one .one_2 .one_2_1 .list .info {
   display: flex;
   flex-direction: column;
-  justify-content: space-evenly;
+  justify-content: space-between;
   width: 45vw;
   padding: 0 0 0 2vw;
 }
 .content .one .one_2 .one_2_1 .list .info .name {
   font-size: var(--font15Size);
-  margin: 0 0 1vw 0;
 }
 .content .one .one_2 .one_2_1 .list .info .num {
   display: flex;
   justify-content: space-between;
-  margin: 1vw 0 0 0;
 }
 .content .one .one_2 .one_2_1 .list .info .num .left {
   font-size: var(--font14Size);