|
@@ -172,11 +172,11 @@ watch(() => props.listData, (val) => {
|
|
|
width: 50%;
|
|
|
height: 50%;
|
|
|
background: url('../../../../../assets/images/fire/content-item.png') no-repeat center;
|
|
|
- background-size: 72% 50%;
|
|
|
+ background-size: 82% 50%;
|
|
|
|
|
|
.item-label {
|
|
|
position: absolute;
|
|
|
- left: 21%;
|
|
|
+ left: 18%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -44%);
|
|
|
font-size: 12px;
|
|
@@ -184,7 +184,7 @@ watch(() => props.listData, (val) => {
|
|
|
|
|
|
.item-value {
|
|
|
position: absolute;
|
|
|
- right: 21%;
|
|
|
+ right: 18%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -44%);
|
|
|
font-size: 12px;
|
|
@@ -231,11 +231,11 @@ watch(() => props.listData, (val) => {
|
|
|
width: 50%;
|
|
|
height: 50%;
|
|
|
background: url('../../../../../assets/images/fire/content-item.png') no-repeat center;
|
|
|
- background-size: 72% 50%;
|
|
|
+ background-size: 82% 50%;
|
|
|
|
|
|
.item-label {
|
|
|
position: absolute;
|
|
|
- left: 21%;
|
|
|
+ left: 18%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -44%);
|
|
|
font-size: 12px;
|
|
@@ -243,7 +243,7 @@ watch(() => props.listData, (val) => {
|
|
|
|
|
|
.item-value {
|
|
|
position: absolute;
|
|
|
- right: 21%;
|
|
|
+ right: 18%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -44%);
|
|
|
font-size: 12px;
|