Authored by dongjunjie

环比样式

@@ -4,7 +4,6 @@ @@ -4,7 +4,6 @@
4 <p>{{row.name}}</p> 4 <p>{{row.name}}</p>
5 <h2>{{row.value}}</h2> 5 <h2>{{row.value}}</h2>
6 </div> 6 </div>
7 - <div class="clearfix"></div>  
8 </div> 7 </div>
9 </template> 8 </template>
10 9
@@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
44 background-color: #eeeeee; 44 background-color: #eeeeee;
45 width: 250px; 45 width: 250px;
46 text-align: center; 46 text-align: center;
47 - margin: 0 20px 10px 10px; 47 + margin: 0 20px 10px;
48 h2 { 48 h2 {
49 color: #ff0000; 49 color: #ff0000;
50 font-size: 24px; 50 font-size: 24px;
@@ -55,6 +55,18 @@ @@ -55,6 +55,18 @@
55 margin: 10px 0 0; 55 margin: 10px 0 0;
56 } 56 }
57 } 57 }
  58 +
  59 + .dataModle0{
  60 + background-color: #eeeeee;
  61 + margin: 0 20px 10px;
  62 + display: inline-block;
  63 + padding: 0 20px;
  64 +
  65 + .dataModle{
  66 + width: auto;
  67 + margin: 0 10px;
  68 + }
  69 + }
58 } 70 }
59 71
60 /**************报表总览页面样式*****************/ 72 /**************报表总览页面样式*****************/
@@ -105,6 +117,7 @@ @@ -105,6 +117,7 @@
105 text-align: center; 117 text-align: center;
106 float: left; 118 float: left;
107 margin-right: 40px; 119 margin-right: 40px;
  120 + margin-bottom: 10px;
108 121
109 h2 { 122 h2 {
110 color: #ff0000; 123 color: #ff0000;
@@ -166,7 +179,7 @@ @@ -166,7 +179,7 @@
166 color: #1e90ff; 179 color: #1e90ff;
167 } 180 }
168 } 181 }
169 - 182 +
170 p{ 183 p{
171 margin: 10px 0 0; 184 margin: 10px 0 0;
172 } 185 }