im对接,修改bug

This commit is contained in:
mabo
2021-05-28 17:25:07 +08:00
parent e935d5bcd5
commit 6780654aae
12 changed files with 85 additions and 151 deletions

View File

@@ -14,9 +14,6 @@ $theme_color: #804ed1;
border-radius: 1em;
background-color: rgba(50,50,50,.1);
}
.ivu-table table {
width: 100%!important;
}
.flex{
display: flex !important;

View File

@@ -63,9 +63,6 @@
padding: 10px;
margin: 0;
flex-wrap: wrap;
/deep/ .ivu-form-item{
}
}
.padding-row{
margin-top: 15px;

View File

@@ -35,8 +35,7 @@
</Dropdown>
</Row>
<Table :loading="loading" border :columns="columns" :data="data" ref="table" sortable="custom" @on-sort-change="changeSort" @on-selection-change="changeSelect">
<Table :loading="loading" border :columns="columns" :data="data" ref="table" @on-selection-change="changeSelect">
<!-- 商品栏目格式化 -->
<template slot="goodsSlot" slot-scope="{row}">
<div style="margin-top: 5px;height: 90px; display: flex;">
@@ -56,7 +55,6 @@
</Poptip>
</div>
</div>
</template>
</Table>
@@ -724,7 +722,4 @@ export default {
</script>
<style lang="scss" scoped>
@import "@/styles/table-common.scss";
/deep/ .ivu-table-wrapper {
width: 100% i !important;
}
</style>