This commit is contained in:
shidongli 2024-05-14 17:44:34 +08:00
parent 6afc76179b
commit 1a5cee43b0

View File

@ -524,10 +524,12 @@
<el-dialog
title="预览"
:visible.sync="dialogsee"
width="30%"
width="40%"
:before-close="seeClose"
>
<div class="dialog">
<img :src="baseUrl + form.scriptFilePath" alt="" />
</div>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogsee = false"> </el-button>
</span>
@ -1111,9 +1113,14 @@ export default {
::v-deep .el-input-number .el-input__inner {
text-align: left;
}
::v-deep .el-textarea__inner {
width: 206px;
}
.dialog{
width: 100%;
overflow: auto;
}
.leftscript {
// width: 30%;
height: 850px;