Commit 3ea59cd3 authored by 邓春圆's avatar 邓春圆

弹出宽度修改

parent 536d76e4
......@@ -241,7 +241,7 @@
<el-button @click="cancel">{{$t('取消')}}</el-button>
</div>
</el-dialog>
<el-dialog :visible.sync="visible" @close="()=>{open = true}" >
<el-dialog width="60%" :visible.sync="visible" @close="()=>{open = true}" >
<product-dialog @copyLine="copyLine"></product-dialog>
</el-dialog>
</div>
......
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