Commit f3c03256 authored by xiejb's avatar xiejb

高级搜索输入框 样式调整

parent 8004e817
......@@ -16,7 +16,7 @@
<div class="high-info">
<div class="title font-bold font-16">请输入订单号</div>
<!-- <div contenteditable="true" class="inputInfo">{{orderNo}}</div> -->
<textarea :value="orderNo" class="input" type="text"></textarea>
<input :value="orderNo" class="input" type="text">
</div>
<div class="high-info" @click="showPost('supplier')">
<div class="title font-bold font-16">供应商</div>
......@@ -301,7 +301,7 @@ export default {
margin: 10PX auto;
border-radius: 5PX;
border:0.5px solid #bbbbbb;
min-height: 40PX;
min-height: 35PX;
line-height: 24px;
outline: 0;
word-wrap: break-word;
......@@ -317,8 +317,8 @@ export default {
margin: 10PX auto;
border-radius: 5PX;
border:0.5px solid #bbbbbb;
min-height: 40PX;
line-height: 16PX;
min-height: 35PX;
line-height: 24px;
outline: 0;
word-wrap: break-word;
overflow-x: hidden;
......
......@@ -2,7 +2,7 @@
<div id="orderListItem">
<div class="itemInfo">
<div class="orderNum">
<van-image fit="contain" width="45" height="45" :src="sphImage"/>
<van-image fit="contain" width="45" height="50" :src="sphImage"/>
<div class="num">订单号:34678649876</div>
<div class="dian"></div>
<div class="numType"><span>已开单</span></div>
......@@ -30,7 +30,7 @@
</div>
</div>
<div class="orderTime">
<van-icon size="20" style="margin: auto 0; width: 10%;" name="clock-o" />
<van-icon size="20" style="margin: auto 0; width: 7%;" name="clock-o" />
<span style="width: 50%;">2020-11-10 18:09:33</span>
<div class="price">总计:¥<span style="color:red;">10.5</span></div>
</div>
......@@ -98,12 +98,12 @@ export default {
}
.orderNum{
display: flex;
line-height: 45PX;
height: 45PX;
line-height: 50PX;
height: 50PX;
margin: 0PX 10PX;
.num{
width: 77%;
padding-left: 10PX;
padding-left: 5PX;
}
.dian{
width: 12PX;
......
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