Commit 7a59e39b by Chao Sun

我的商机样式调整

parent 748db9fb
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
</div> </div>
<div class="contentItem"> <div class="contentItem">
<span>手机</span> <span>手机</span>
<input class="form-control" type="text" [(ngModel)]="editBusiness.mobileNo" disabled /> <a style="text-decoration:none;color: #333;" href="tel:{{editBusiness.mobileNo}}">{{editBusiness.mobileNo}}</a>
<!-- <input class="form-control" type="text" [(ngModel)]="editBusiness.mobileNo" disabled /> -->
</div> </div>
<div class="contentItem"> <div class="contentItem">
<span>微信</span> <span>微信</span>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
height: 18px; height: 18px;
font-size: 14px; font-size: 13px;
.price{ .price{
font-size: 16px; font-size: 16px;
color: #ff3500; color: #ff3500;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment