话术
This commit is contained in:
parent
6afc76179b
commit
1a5cee43b0
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user