This commit is contained in:
姚宇浩 2024-04-15 16:53:57 +08:00
parent ea945ce42a
commit dd7c768f61
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="module">
<div class="displayFlex left_bg" >
<div class="flex1" style="box-sizing: border-box;">
<div class="flex1" >
<div class="yd_title left_1">
<span class="text">
<img
@ -31,7 +31,7 @@
<ePie v-if="leftchoose.first == '1'" ></ePie>
<ePie2 v-else></ePie2>
</div>
<div class="flex1" style="margin-top:10px;box-sizing: border-box;">
<div class="flex1" style="margin-top:10px;">
<div class="yd_title left_2">
<span class="text">
<img
@ -61,7 +61,7 @@
<eP2 v-if="leftchoose.second == '1'"></eP2>
<eP2_2 v-else/>
</div>
<div class="flex1" style="margin-top:10px;box-sizing: border-box;">
<div class="flex1" style="margin-top:10px;">
<div class="yd_title left_3">
<span class="text">
<img
@ -238,7 +238,7 @@ const change = (name, index) => {
<style lang="scss" scoped>
.displayFlex {
box-sizing: border-box;
// height: 90vh;
height: 90vh;
display: flex;
flex-direction: column;
flex: 1;
@ -376,8 +376,8 @@ const change = (name, index) => {
.left_bg {
width:642px;
height: 100%;
box-sizing: border-box;
width: 100%;
padding-left:50px;
margin-right:28px;
background-image: url(@/assets/images/left_bg.png);