Przeglądaj źródła

分享链接功能相关分享页面

Chente 9 lat temu
rodzic
commit
a13fd1c273

+ 2 - 2
css/style.css

@@ -248,7 +248,7 @@ div.userInfo .btn-group .dropdown-menu{
   width:92%
 }
 .pojDetail .title{
-  width:25%;
+  width:35%;
   padding:0 0 0 10px;
   margin:12px 0 0 0
 }
@@ -261,7 +261,7 @@ div.userInfo .btn-group .dropdown-menu{
   overflow: hidden;
 }
 .pojDetail .detail2{
-  width:35%
+  width:25%
 }
 .pojDetail .detail p{
   margin:0 0 5px 0

+ 4 - 4
w-project-detail.html

@@ -201,10 +201,10 @@
     yAxis : [
         {
             type : 'value',
-            name : '金额',
+            name : '金额(元)',
             position:'left',
             axisLabel : {
-                formatter: '{value}'
+                formatter: '{value}'
             },
             splitArea : {show : true}
         },
@@ -215,14 +215,14 @@
             axisLabel : {
                 formatter: '{value} %'
             },
-            splitLine : {show : true}
+            splitLine : {show : false}
         }
     ],
     series : [
         {
             name:'总价',
             type:'bar',
-            data:[27814964.00,41043186.10, 42917475.00, 27634982.00]
+            data:[27814964,41043186, 42917475, 27634982]
         },
         {
             name:'累计完成计量',

+ 1 - 1
w-share-project-section-detail.html

@@ -198,7 +198,7 @@
                           type:'pie',
                           roseType: 'angle',
                           radius : '40%',
-                          center: ['45%', 155],
+                          center: ['50%', 150],
                           data:[
                               {value:27814964.00, name:'第一期'},
                               {value:41043186.10, name:'第二期'},

+ 2 - 2
w-share-project.html

@@ -43,14 +43,14 @@
             <!--图表1-->
           <!--图表2-->
           <div class="fR" style="width:59%">
-            <div id="chartContainer2" style="height: 300px; width: 100%;">
+            <div id="chartContainer3" style="height: 300px; width: 100%;">
             </div>
           </div>
           <!--图表2-->
         </div>
         <div class="proSection clearfix">
           <!--图表3-->
-          <div id="chartContainer3" style="height: 300px; width: 100%;">
+          <div id="chartContainer2" style="height: 300px; width: 100%;">
           </div>
           <!--图表3-->
         </div>