From 740f9098c6baffc95ee2d1c0e029bb092e1f48d0 Mon Sep 17 00:00:00 2001 From: du <13220750630.163.com> Date: 星期三, 16 四月 2025 14:30:00 +0800 Subject: [PATCH] 修改透明背景 --- easegen-front/src/views/chooseTemplate/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/easegen-front/src/views/chooseTemplate/index.vue b/easegen-front/src/views/chooseTemplate/index.vue index 57de396..0d12a2e 100644 --- a/easegen-front/src/views/chooseTemplate/index.vue +++ b/easegen-front/src/views/chooseTemplate/index.vue @@ -180,7 +180,7 @@ <!-- 鑳屾櫙(蹇呮樉绀�) --> <el-image v-show="selectPPT.pictureUrl" - class="background" + class="background1" :src="selectPPT.pictureUrl" style="z-index: 2" /> @@ -2275,6 +2275,12 @@ width: 100%; height: 100%; } + .background1 { + position: absolute; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0); + } .ppt-bg { z-index: 2; -- Gitblit v1.9.3