From f492750443d25fa8d881e235c0e5d1f1c94585b6 Mon Sep 17 00:00:00 2001 From: lVAL Date: Wed, 4 Nov 2020 16:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E8=83=8C=E6=99=AF=20=E5=B1=8F=E8=94=BD=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/scriptManage/tipScriptRecord.vue | 30 +++++++++++++--------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/src/views/scriptManage/tipScriptRecord.vue b/src/views/scriptManage/tipScriptRecord.vue index 3820bd7f9..442576535 100644 --- a/src/views/scriptManage/tipScriptRecord.vue +++ b/src/views/scriptManage/tipScriptRecord.vue @@ -31,12 +31,21 @@ {{ $t('scriptRecord.startReplaceBg') }} {{ $t('scriptRecord.saveBackground') }} {{ $t('scriptRecord.saveData') }} - +
- +
+
@@ -51,11 +60,6 @@
-
- - {{ $t('scriptRecord.confirmReplaceBg') }} - {{ $t('scriptRecord.cancelReplaceBg') }} -
{{ $t('scriptRecord.scriptRecordTitle') }} @@ -563,7 +567,8 @@ export default { } .button-group{ position: absolute; - bottom: 0; + left: 0; + bottom: 0; z-index: 5; } .eachScriptPanel{ @@ -582,6 +587,7 @@ export default { } .scriptPanelRight{ width: 680px; + position: relative; } .scriptRecordNew{ position: absolute; @@ -648,10 +654,10 @@ export default { .mask { position: absolute; - top: 28px; - left: 0; - right: 0; - bottom: 0; + top:0; + right:0; + bottom:0; + left:0; background: #000; opacity: 0.5; z-index: 2;