Commit 18e9d0b8 by liangzhen

样式调整

1 parent 2ff6d97b
Showing with 5 additions and 1 deletions
......@@ -181,7 +181,7 @@
:visible.sync="dialog"
:modal-append-to-body="false"
:append-to-body="false"
@close="noFullScreen()"
:class="[dialogFullScreen ? 'fullscreen' : 'no_fullscreen']"
>
<template slot="title">
......@@ -470,6 +470,10 @@ export default {
},
methods: {
noFullScreen(){
console.log('关闭了')
this.dialogFullScreen=false
},
upload(row) {
this.ruleFormdialog = row;
if (!row.projectType) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!