This commit is contained in:
parent
e3b1288d7e
commit
87efbf535a
|
@ -46,7 +46,7 @@
|
|||
></ePie2>
|
||||
<div></div>
|
||||
<div class="left_1_xia">
|
||||
<div class="left_1_xia_item" style="flex:1.5">
|
||||
<div class="left_1_xia_item" style="flex: 1.5">
|
||||
<div class="choose">
|
||||
<div
|
||||
:class="
|
||||
|
@ -77,7 +77,11 @@
|
|||
></ePie3_1>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
|
@ -637,6 +641,46 @@ const getData = async () => {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
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 {
|
||||
margin-top: 10px;
|
||||
padding: 0 25px;
|
||||
|
@ -1260,45 +1304,4 @@ const getData = async () => {
|
|||
margin-top: 15px;
|
||||
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>
|
||||
|
|
Loading…
Reference in New Issue