Commit 22175658 by lichengming

修改了试样管理

parent ff6ee0e8
<template>
<div>
<Modal v-model="showModal" width="800" class="modal-footer-none full-screen">
<Modal v-model="showModal" v-drag width="800" class="modal-footer-none full-screen">
<div slot="header">{{modalTitle}}</div>
<div>
<Form id="index-right-form" :label-width="80" inline onsubmit="return false">
......
<template>
<div>
<Modal v-model="showModal" width="100" class="modal-footer-none full-screen">
<Modal v-model="showModal" v-drag width="100" class="modal-footer-none full-screen">
<div slot="header">{{modalTitle}}</div>
<div>
<Form id="index-right-form" :label-width="80" inline onsubmit="return false">
......
<template>
<div>
<Modal v-model="showModal" width="800" class="modal-footer-none full-screen">
<Modal v-model="showModal" v-drag width="800" class="modal-footer-none full-screen">
<div slot="header">{{modalTitle}}</div>
<div>
<Form id="index-right-form" :label-width="80" inline onsubmit="return false">
......
<template>
<div>
<Modal v-model="showModal" width="1200">
<Modal v-model="showModal" v-drag width="1200">
<p slot="header">
{{ modalTitle }}
</p>
......
<template>
<div>
<Modal v-model="showModal" width="1200">
<Modal v-model="showModal" v-drag width="1200">
<p slot="header">
{{ modalTitle }}
</p>
......
<template>
<div>
<Modal v-model="showModal" width="960" class="modal-footer-none">
<Modal v-model="showModal" v-drag width="960" class="modal-footer-none">
<p slot="header">
{{ modalTitle }}
</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