Commit 7a39d23c authored by zhengke's avatar zhengke

修改

parent f5cae5ae
......@@ -334,7 +334,7 @@
<el-input v-model="scope.row.InventoryNum" size="small"></el-input>
</template>
</el-table-column>
<el-table-column :render-header="renderHeader" label="成本价">
<el-table-column :render-header="renderHeader" label="成本价" width="90">
<template slot-scope="scope">
<el-input v-model="scope.row.CostMoney" size="small"></el-input>
</template>
......@@ -344,7 +344,7 @@
<el-input v-model="scope.row.Commission" size="small"></el-input>
</template>
</el-table-column>
<el-table-column label="重量(克)">
<el-table-column label="重量(克)" width="90">
<template slot-scope="scope">
<el-input v-model="scope.row.GoodsWeight" size="small"></el-input>
</template>
......
......@@ -657,8 +657,8 @@
<div></div>
</div>
<div class="content">
<div class="vipImgDiv" :style="{backgroundImage:'url(' + getIconLink(vipMsg.BackImage) + ')',backgroundColor:vipMsg.BackColor}">
<div class="vip_kaitong">
<div class="vipImgDiv" :style="{backgroundImage:'url(' + getIconLink(vipMsg.BackImage) + ')'}">
<div class="vip_kaitong" :style="{backgroundColor:vipMsg.BackColor}">
<div class="vip_yue">
<div class="vipIcon">
<img :src="getIconLink(vipMsg.VipICO)" alt=""/>
......@@ -1112,9 +1112,10 @@
width:90%;
bottom:50px;
height:150px;
left:20px;
border-radius:4px;
background-color: #cf65cd;
left:50%;
margin-left:-45%;
/* background-color: #cf65cd; */
}
.customSet .vip_yue{
width:70%;
......
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