gjy 3 rokov pred
rodič
commit
f0c65068ec
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      pages/grain_pulse/enter.vue

+ 3 - 3
pages/grain_pulse/enter.vue

@@ -581,10 +581,10 @@
 	}
 	.companyProfilewrap{
 		position:relative;
-		width:100%;
+		width:90%;
 	}
 	.companyProfile{
-		width:90%;height:138px;
+		width:100%;height:138px;
 		background:#F9F9FA;
 		font-size:13px;
 		padding:13px;
@@ -593,7 +593,7 @@
 	.companyProfilecontent{
 		position:absolute;
 		bottom:10px;
-		right:7%;
+		right:0px;
 		font-size:13px;
 	}
 </style>