| 12 |
- /*! NutUI v1.2.8 Wed Jun 27 2018 20:09:26 GMT+0800 (CST) */
- webpackJsonpnutui([29],{1073:function(t,e,v){(t.exports=v(1)()).push([t.i,".cont{width:450px}",""])},1158:function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,v=t._self._c||e;return v("div",[v("nut-docheader",{attrs:{name:t.$route.name,showQrCode:!0}}),t._v(" "),v("h5",[t._v("示例")]),t._v(" "),v("h6",[t._v("默认用法")]),t._v(" "),v("nut-codebox",{attrs:{code:"<nut-progress \npercent='15'\nheight='10px' />"}}),t._v(" "),v("div",{staticClass:"cont"},[v("nut-progress",{attrs:{percent:"15",height:"10px"}})],1),t._v(" "),v("h6",[t._v("设置高度和颜色")]),t._v(" "),v("nut-codebox",{attrs:{code:"<nut-progress \nheight='18px' \ncolor='#33C3F0' />"}}),t._v(" "),v("div",{staticClass:"cont"},[v("nut-progress",{attrs:{height:"18px",color:"#33C3F0",percent:"23"}})],1),t._v(" "),v("h6",[t._v("内联显示进度数")]),t._v(" "),v("nut-codebox",{attrs:{code:"<nut-progress \nheight='0.25rem' \npercent='20' \nshowText='in' />"}}),t._v(" "),v("div",{staticClass:"cont"},[v("nut-progress",{attrs:{percent:"20",showText:"in",height:"20px"}})],1),t._v(" "),v("h5",[t._v("Props")]),t._v(" "),t._m(0)],1)},staticRenderFns:[function(){var t=this,e=t.$createElement,v=t._self._c||e;return v("div",{staticClass:"tbl-wrapper"},[v("table",{staticClass:"u-full-width"},[v("thead",[v("tr",[v("th",[t._v("参数")]),t._v(" "),v("th",[t._v("说明")]),t._v(" "),v("th",[t._v("类型")]),t._v(" "),v("th",[t._v("默认值")]),t._v(" "),v("th",[t._v("可选值")])])]),t._v(" "),v("tbody",[v("tr",[v("td",[t._v("percent")]),t._v(" "),v("td",[t._v("百分比")]),t._v(" "),v("td",[t._v("String, Number")]),t._v(" "),v("td",[t._v("0")]),t._v(" "),v("td",[t._v("--")])]),t._v(" "),v("tr",[v("td",[t._v("color")]),t._v(" "),v("td",[t._v("背景色")]),t._v(" "),v("td",[t._v("String")]),t._v(" "),v("td",[t._v("#f23030")]),t._v(" "),v("td",[t._v("--")])]),t._v(" "),v("tr",[v("td",[t._v("height")]),t._v(" "),v("td",[t._v("高度")]),t._v(" "),v("td",[t._v("String")]),t._v(" "),v("td",[t._v(".06rem")]),t._v(" "),v("td",[t._v("--")])]),t._v(" "),v("tr",[v("td",[t._v("showText")]),t._v(" "),v("td",[t._v("显示百分比的位置")]),t._v(" "),v("td",[t._v("String")]),t._v(" "),v("td",[t._v("out")]),t._v(" "),v("td",[t._v("--")])])])])])}]}},1282:function(t,e,v){var _=v(1073);"string"==typeof _&&(_=[[t.i,_,""]]),_.locals&&(t.exports=_.locals);v(3)("d2c5e5d6",_,!0,{})},892:function(t,e,v){var _=v(2)(v(995),v(1158),function(t){v(1282)},null,null);t.exports=_.exports},995:function(t,e,v){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{}}}}});
|