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

1

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