Commit 7d406101 authored by 罗超's avatar 罗超

1

parent ce8e56c3
...@@ -62,11 +62,12 @@ ...@@ -62,11 +62,12 @@
> >
</div> </div>
<el-dialog title="分销商列表" :visible.sync="showDialog" width="500px"> <el-dialog title="分销商列表" :visible.sync="showDialog" width="500px">
<div style="padding: 0 20px; background: #fff"> <div style="padding: 0 20px; background: #fff" class="digbox">
<el-input <el-input
v-model="DistributorMsg.NickName" v-model="DistributorMsg.NickName"
style="margin-bottom: 10px" style="margin-bottom: 10px"
placeholder="输入会员昵称" placeholder="输入会员昵称"
size="small"
> >
<el-button <el-button
slot="append" slot="append"
...@@ -109,8 +110,10 @@ ...@@ -109,8 +110,10 @@
</el-pagination> </el-pagination>
</div> </div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="showDialog = false" type="primary">关闭</el-button> <el-button @click="showDialog = false" size="small" type="primary"
<el-button @click="confirm" type="primary">确定</el-button> >关闭</el-button
>
<el-button @click="confirm" size="small" type="primary">确定</el-button>
</span> </span>
</el-dialog> </el-dialog>
</div> </div>
...@@ -338,4 +341,8 @@ export default { ...@@ -338,4 +341,8 @@ export default {
border-radius: 0%; border-radius: 0%;
margin-right: 10px; margin-right: 10px;
} }
.digbox {
height: 60vh;
overflow-y: scroll;
}
</style> </style>
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