|
@@ -1,9 +1,9 @@
|
|
<template>
|
|
<template>
|
|
<div class="sisViewBox">
|
|
<div class="sisViewBox">
|
|
<div class="viewItem">
|
|
<div class="viewItem">
|
|
- <clock :width="330" :height="290" />
|
|
|
|
|
|
+ <clock :width="330" :height="280" />
|
|
<div class="viewTitle">综<br /><br />合<br /><br />参<br /><br />数</div>
|
|
<div class="viewTitle">综<br /><br />合<br /><br />参<br /><br />数</div>
|
|
- <div class="contentBox">
|
|
|
|
|
|
+ <div class="contentBox" style="height: 280px;">
|
|
<div class="contentItem">
|
|
<div class="contentItem">
|
|
<div class="itemName">装机容量</div>
|
|
<div class="itemName">装机容量</div>
|
|
<div class="itemNum">{{items.zjrl}}</div>
|
|
<div class="itemNum">{{items.zjrl}}</div>
|
|
@@ -373,7 +373,7 @@ export default {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
width: 30px;
|
|
width: 30px;
|
|
padding: 10px 40px;
|
|
padding: 10px 40px;
|
|
- font-size: 25px;
|
|
|
|
|
|
+ font-size: 29px;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
color: #ff0;
|
|
color: #ff0;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
@@ -387,11 +387,11 @@ export default {
|
|
|
|
|
|
.contentBox {
|
|
.contentBox {
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: start;
|
|
|
|
|
|
+ justify-content: space-around;
|
|
align-items: flex-start;
|
|
align-items: flex-start;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
- font-size: 25px;
|
|
|
|
|
|
+ font-size: 29px;
|
|
|
|
|
|
.contentItem {
|
|
.contentItem {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -400,7 +400,7 @@ export default {
|
|
padding: 2px 0;
|
|
padding: 2px 0;
|
|
|
|
|
|
.itemName {
|
|
.itemName {
|
|
- width: 220px;
|
|
|
|
|
|
+ width: 195px;
|
|
padding: 0 10px;
|
|
padding: 0 10px;
|
|
text-align: justify;
|
|
text-align: justify;
|
|
text-align-last: justify;
|
|
text-align-last: justify;
|
|
@@ -409,7 +409,7 @@ export default {
|
|
.itemNum {
|
|
.itemNum {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: #f25656;
|
|
color: #f25656;
|
|
- width: 130px;
|
|
|
|
|
|
+ width: 145px;
|
|
}
|
|
}
|
|
|
|
|
|
.itemUnit {
|
|
.itemUnit {
|