Commit 2b275cca by lichengming

修改了委托登记历史拖拽

parent 04dc1a0b
<template> <template>
<div> <div>
<Modal v-model="showModal" width="1200"> <Modal v-model="showModal" v-drag width="1200">
<p slot="header"> <p slot="header">
{{ modalTitle }} {{ modalTitle }}
</p> </p>
......
<template> <template>
<div> <div>
<Modal v-model="showModal" width="1010" class="modal-footer-none"> <Modal v-model="showModal" v-drag width="1010" class="modal-footer-none">
<p slot="header"> <p slot="header">
{{ modalTitle }} {{ modalTitle }}
</p> </p>
......
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