话术
This commit is contained in:
parent
6afc76179b
commit
1a5cee43b0
@ -524,10 +524,12 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
title="预览"
|
title="预览"
|
||||||
:visible.sync="dialogsee"
|
:visible.sync="dialogsee"
|
||||||
width="30%"
|
width="40%"
|
||||||
:before-close="seeClose"
|
:before-close="seeClose"
|
||||||
>
|
>
|
||||||
|
<div class="dialog">
|
||||||
<img :src="baseUrl + form.scriptFilePath" alt="" />
|
<img :src="baseUrl + form.scriptFilePath" alt="" />
|
||||||
|
</div>
|
||||||
<span slot="footer" class="dialog-footer">
|
<span slot="footer" class="dialog-footer">
|
||||||
<el-button @click="dialogsee = false">取 消</el-button>
|
<el-button @click="dialogsee = false">取 消</el-button>
|
||||||
</span>
|
</span>
|
||||||
@ -1111,9 +1113,14 @@ export default {
|
|||||||
::v-deep .el-input-number .el-input__inner {
|
::v-deep .el-input-number .el-input__inner {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .el-textarea__inner {
|
::v-deep .el-textarea__inner {
|
||||||
width: 206px;
|
width: 206px;
|
||||||
}
|
}
|
||||||
|
.dialog{
|
||||||
|
width: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
.leftscript {
|
.leftscript {
|
||||||
// width: 30%;
|
// width: 30%;
|
||||||
height: 850px;
|
height: 850px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user