Commit f23148f4 authored by zhengke's avatar zhengke

修改

parent f1e59f17
...@@ -25,6 +25,38 @@ ...@@ -25,6 +25,38 @@
color: #F56C6C; color: #F56C6C;
margin-right: 2px; margin-right: 2px;
} }
.app-attr .priceComTable {
width: 100%;
border-collapse: collapse;
}
.app-attr .priceComTable tr th {
height: 48px;
font-size: 14px;
color: #909399;
border: 1px solid #EBEEF5;
font-weight: bold;
}
.app-attr .priceComTable tr {
background: #fff;
text-align: center;
height: 50px;
}
.app-attr .priceComTable tr td {
font-size: 14px;
border: 1px solid #EBEEF5;
}
.app-attr .fx_inner:hover td {
background-color: #F5F7FA;
}
.app-attr .priceComTable td {
transition: background-color .25s ease;
}
</style> </style>
<template> <template>
...@@ -51,7 +83,7 @@ ...@@ -51,7 +83,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
<el-table ref="multipleTable" :data="cData" border stripe style="width: 100%" <!-- <el-table ref="multipleTable" :data="cData" border stripe style="width: 100%"
@selection-change="handleSelectionChange"> @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55"></el-table-column> <el-table-column type="selection" width="55"></el-table-column>
<el-table-column v-for="(item, index) in attrGroups" :key="item.id" :prop="'attr_list['+index+'].attr_name'" <el-table-column v-for="(item, index) in attrGroups" :key="item.id" :prop="'attr_list['+index+'].attr_name'"
...@@ -93,7 +125,21 @@ ...@@ -93,7 +125,21 @@
</template> </template>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table> -->
<table class="priceComTable">
<tr>
<td style="width:55px;">
<el-checkbox></el-checkbox>
</td>
<td>型号-HD03</td>
<td>
<div class="header-require">拼团价</div>
</td>
<td>
<div class="header-require">拼团库存</div>
</td>
</tr>
</table>
</div> </div>
</template> </template>
<script> <script>
......
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