This commit is contained in:
ival 2019-08-21 11:29:13 +08:00
commit 09af43a690
4 changed files with 13 additions and 13 deletions

View File

@ -24,7 +24,7 @@ export default {
data() {
return {
size: {
width: document.documentElement.clientWidth - 970,
width: document.documentElement.clientWidth - 780,
height: document.documentElement.clientHeight
},
group:this.$route.query.group,
@ -36,7 +36,7 @@ export default {
},
methods: {
resizeHandler() {
this.size = { width: this._clientWidth - 970, height: this._clientHeight};
this.size = { width: this._clientWidth - 780, height: this._clientHeight};
},
loadInitData() {
}
@ -49,7 +49,7 @@ export default {
display: flex;
flex-flow: row;
.script-card {
width: 970px;
width: 780px;
}
}
</style>

View File

@ -190,7 +190,7 @@ import {saveScriptScenes, saveScriptData, dumpScriptData, updateMapLocation, scr
float: left;
left: 0px;
top:0px;
width: 955px;
width: 765px;
height:100%;
background-color: #fff;
overflow: hidden;

View File

@ -373,11 +373,11 @@
// width:98%;
}
.inputStyle{
width:300px;
width:200px;
height:30px;
}
.textareaStyle{
width:300px;
width:200px;
}
.conversitionCard{
margin-left: 20px;

View File

@ -169,14 +169,14 @@
}
.addScript{
float:left;
width:450px;
width:380px;
display: inline-block;
}
.actionListTable{
font-size: 15px;
width:490px;
width:380px;
display: inline-block;
margin-left:450px;
margin-left:380px;
height:100%;
}
.actionList{
@ -188,7 +188,7 @@
top: 0;
left: 0;
margin-right: 20px;
width: 940px;
width: 740px;
border-bottom: 1px #ccc solid;
}
.titleStyle{
@ -200,7 +200,7 @@
position: relative;
}
.actionTable{
width:370px;
width:280px;
padding: 15px 0px 10px 15px;
display: inline-block;
line-height: 200%;
@ -219,11 +219,11 @@
width: 0px;
}
.el_timeline{
width: 470px;
width: 360px;
margin-top:10px;
}
.elScrollbar{
width: 450px;
width: 380px;
position: absolute;
}
</style>