|
@@ -170,7 +170,7 @@
|
|
|
<el-button :disabled="dis" type="primary" size="small" @click="bug_created(formInline)">创 建</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <el-button id="pasteUpload" type="primary" style="display: none" @click="pasteUpload">upload</el-button>
|
|
|
+ <el-button id="pasteUpload" type="primary" style="display: none" @click.stop="pasteUpload">upload</el-button>
|
|
|
</el-dialog>
|
|
|
<normal-dialog
|
|
|
:show-dialog="showCopyFile"
|
|
@@ -517,6 +517,7 @@ export default {
|
|
|
align-items: center;
|
|
|
}
|
|
|
.image-url {
|
|
|
- width: 70%;
|
|
|
+ width: 80%;
|
|
|
+ max-height: 60vh;
|
|
|
}
|
|
|
</style>
|