gjy 3 年之前
父節點
當前提交
f0c65068ec
共有 1 個文件被更改,包括 3 次插入3 次删除
  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>