diff --git a/src/views/scriptManage/display/index.vue b/src/views/scriptManage/display/index.vue index 4d197c1f1..170343197 100644 --- a/src/views/scriptManage/display/index.vue +++ b/src/views/scriptManage/display/index.vue @@ -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; } } diff --git a/src/views/scriptManage/display/tipScriptRecord.vue b/src/views/scriptManage/display/tipScriptRecord.vue index bc59ad248..68e98ff9f 100644 --- a/src/views/scriptManage/display/tipScriptRecord.vue +++ b/src/views/scriptManage/display/tipScriptRecord.vue @@ -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; diff --git a/src/views/scriptManage/scriptRecord/addAction.vue b/src/views/scriptManage/scriptRecord/addAction.vue index c7b0ebd30..f89f477ce 100644 --- a/src/views/scriptManage/scriptRecord/addAction.vue +++ b/src/views/scriptManage/scriptRecord/addAction.vue @@ -373,11 +373,11 @@ // width:98%; } .inputStyle{ - width:300px; + width:200px; height:30px; } .textareaStyle{ - width:300px; + width:200px; } .conversitionCard{ margin-left: 20px; diff --git a/src/views/scriptManage/scriptRecord/getAction.vue b/src/views/scriptManage/scriptRecord/getAction.vue index 9255680e8..6723be95e 100644 --- a/src/views/scriptManage/scriptRecord/getAction.vue +++ b/src/views/scriptManage/scriptRecord/getAction.vue @@ -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; }