|
@ -290,8 +290,7 @@ export default { |
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.card { |
|
|
.card { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
display: flex; |
|
|
@include flex(column); |
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
|
|
|
&-item-zdbf { |
|
|
&-item-zdbf { |
|
|
height: 100%; |
|
|
height: 100%; |
|
@ -313,8 +312,7 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
>:nth-child(2) { |
|
|
>:nth-child(2) { |
|
|
display: flex; |
|
|
@include flex(column); |
|
|
flex-direction: column; |
|
|
|
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
:nth-child(1) { |
|
|
:nth-child(1) { |
|
|