Commit 06aa47e1 authored by zhengke's avatar zhengke

修改样式

parent f9e951de
......@@ -112,7 +112,7 @@
@selection-change="handleSelectionChange">
<el-table-column type="selection" width="55">
</el-table-column>
<el-table-column prop="OrderNo" label="订单号" width="190"></el-table-column>
<el-table-column prop="OrderNo" label="订单号" width="185"></el-table-column>
<el-table-column label="商品信息">
<template slot-scope="scope">
<div class="clearfix">
......@@ -132,9 +132,9 @@
</div>
</template>
</el-table-column>
<el-table-column prop="Number" label="数量" width="70"></el-table-column>
<el-table-column prop="Number" label="数量" width="60"></el-table-column>
<el-table-column prop="Final_Price" label="价格" width="80"></el-table-column>
<el-table-column prop="OrderIntroduction" label="返佣信息" width="100">
<el-table-column prop="OrderIntroduction" label="返佣信息" width="130">
<template slot-scope="scope">
<div>姓名:{{scope.row.OrderIntroduction.Name}}</div>
<div>昵称:{{scope.row.OrderIntroduction.UserName}}</div>
......@@ -420,7 +420,7 @@
}
.RecommendBill .Re_rightDiv{
float:left;
width:80%;
width:79%;
margin:0 10px;
}
.RecommendBill .ReDivList{
......
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