This commit is contained in:
姚宇浩 2024-07-12 13:30:39 +08:00
parent e3b1288d7e
commit 87efbf535a
1 changed files with 46 additions and 43 deletions

View File

@ -77,7 +77,11 @@
></ePie3_1> ></ePie3_1>
</div> </div>
<div class="left_1_xia_item" style="margin-top: 40px"> <div class="left_1_xia_item" style="margin-top: 40px">
<ePie4 :list="data.lmb.gxyrs" :year="data.lmb.year" v-if="showEchart"></ePie4> <ePie4
:list="data.lmb.gxyrs"
:year="data.lmb.year"
v-if="showEchart"
></ePie4>
<div class="historyimg">手工零星报销人数</div> <div class="historyimg">手工零星报销人数</div>
</div> </div>
</div> </div>
@ -637,6 +641,46 @@ const getData = async () => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
.choose {
width: 100%;
display: flex;
justify-content: center;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 35px;
.choose_1 {
cursor: pointer;
width: 124px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 16px;
color: #ffffff;
line-height: 22px;
margin-right: 15px;
background-image: url(@/assets/images/hygiene/choose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.choose_2 {
cursor: pointer;
width: 124px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 16px;
color: #ffffff;
line-height: 22px;
margin-right: 15px;
background-image: url(@/assets/images/hygiene/noChoose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
}
.historyimg { .historyimg {
margin-top: 10px; margin-top: 10px;
padding: 0 25px; padding: 0 25px;
@ -1260,45 +1304,4 @@ const getData = async () => {
margin-top: 15px; margin-top: 15px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.choose {
width: 100%;
display: flex;
justify-content: center;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 35px;
.choose_1 {
cursor: pointer;
width: 124px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 16px;
color: #ffffff;
line-height: 22px;
margin-right: 15px;
background-image: url(@/assets/images/work/choose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.choose_2 {
cursor: pointer;
width: 124px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 16px;
color: #ffffff;
line-height: 22px;
margin-right: 15px;
background-image: url(@/assets/images/work/noChoose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
}
</style> </style>