du
2025-04-16 740f9098c6baffc95ee2d1c0e029bb092e1f48d0
修改透明背景
已修改1个文件
8 ■■■■ 文件已修改
easegen-front/src/views/chooseTemplate/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;