zhangyufei 5 年 前
コミット
576e86bb10

+ 1 - 8
src/config.json

@@ -562,14 +562,7 @@
       "type": "component",
       "type": "component",
       "sort": "2",
       "sort": "2",
       "showDemo": true,
       "showDemo": true,
-      "author": "zyf",
-      "name": "TimeLine",
-      "chnName": "时间轴",
-      "desc": "对一系列数据进行展示,垂直展示",
-      "type": "component",
-      "sort": "0",
-      "showDemo": true,
-      "author": "yangxiaolu"
+      "author": "zyf"
     },
     },
     {
     {
       "version": "1.0.0",
       "version": "1.0.0",

+ 1 - 0
src/packages/circleprogress/circleprogress.vue

@@ -24,6 +24,7 @@
       transform="rotate(-90)"
       transform="rotate(-90)"
       transform-origin="center"
       transform-origin="center"
       stroke-linecap="round"
       stroke-linecap="round"
+      style="transition: stroke-dasharray 0.6s ease 0s, stroke 0.6s ease 0s;"
     />
     />
   </svg>
   </svg>
   <div class="nut-circleprogress-content">
   <div class="nut-circleprogress-content">

+ 1 - 1
src/packages/circleprogress/doc.md

@@ -1,4 +1,4 @@
-# CirecleProgress 环形进度条
+## CirecleProgress 环形进度条
 
 
 显示任务的当前操作进度。
 显示任务的当前操作进度。