Authored by dongjunjie

环比样式

... ... @@ -4,7 +4,6 @@
<p>{{row.name}}</p>
<h2>{{row.value}}</h2>
</div>
<div class="clearfix"></div>
</div>
</template>
... ...
... ... @@ -44,7 +44,7 @@
background-color: #eeeeee;
width: 250px;
text-align: center;
margin: 0 20px 10px 10px;
margin: 0 20px 10px;
h2 {
color: #ff0000;
font-size: 24px;
... ... @@ -55,6 +55,18 @@
margin: 10px 0 0;
}
}
.dataModle0{
background-color: #eeeeee;
margin: 0 20px 10px;
display: inline-block;
padding: 0 20px;
.dataModle{
width: auto;
margin: 0 10px;
}
}
}
/**************报表总览页面样式*****************/
... ... @@ -105,6 +117,7 @@
text-align: center;
float: left;
margin-right: 40px;
margin-bottom: 10px;
h2 {
color: #ff0000;
... ... @@ -166,7 +179,7 @@
color: #1e90ff;
}
}
p{
margin: 10px 0 0;
}
... ...