UNPKG

i-rubik

Version:

A Vue.js 2.0+ UI Components Framework

1 lines 5.65 kB
webpackJsonp([23,29],{249:function(t,_,v){var e=v(0)(v(276),v(333),null,null);t.exports=e.exports},276:function(t,_,v){"use strict";Object.defineProperty(_,"__esModule",{value:!0}),_.default={name:"table"}},333:function(t,_){t.exports={render:function(){var t=this,_=t.$createElement,v=t._self._c||_;return v("article",[v("h1",[t._v("表格 Table")]),t._v(" "),v("h2",[t._v("Basic")]),t._v(" "),t._m(0),t._v(" "),v("h2",[t._v("边框 Border")]),t._v(" "),v("p",[t._v("给 table 元素添加 class bordered")]),t._v(" "),t._m(1),t._v(" "),v("h2",[t._v("条纹 Striped")]),t._v(" "),v("p",[t._v("给 table 元素添加 class striped")]),t._v(" "),t._m(2),t._v(" "),v("h2",[t._v("高亮 Highlight")]),t._v(" "),v("p",[t._v("给 table 元素添加 class highlight")]),t._v(" "),t._m(3),t._v(" "),v("h2",[t._v("窄边距 Narrow")]),t._v(" "),v("p",[t._v("给 table 元素添加 class narrow")]),t._v(" "),t._m(4),t._v(" "),v("h2",[t._v("居中 Centered")]),t._v(" "),v("p",[t._v("给 table 元素添加 class centered")]),t._v(" "),t._m(5),t._v(" "),v("h2",[t._v("响应式 Responsive")]),t._v(" "),v("p",[t._v("给 table 元素添加 class responsive-table")]),t._v(" "),t._m(6),t._v(" "),v("Markup",{attrs:{lang:"html"}},[t._v('\n <table class="bordered striped highlight centered">\n <thead>\n <tr>\n <th>属性</th>\n <th>说明</th>\n <th>默认值</th>\n </tr>\n </thead>\n\n <tbody>\n <tr>\n <td>width</td>\n <td>宽度</td>\n <td>100px</td>\n </tr>\n </tbody>\n </table>\n ')])],1)},staticRenderFns:[function(){var t=this,_=t.$createElement,v=t._self._c||_;return v("table",[v("thead",[v("tr",[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("width")]),t._v(" "),v("td",[t._v("宽度")]),t._v(" "),v("td",[t._v("100px")])]),t._v(" "),v("tr",[v("td",[t._v("color")]),t._v(" "),v("td",[t._v("颜色")]),t._v(" "),v("td",[t._v("#f06")])]),t._v(" "),v("tr",[v("td",[t._v("height")]),t._v(" "),v("td",[t._v("高度")]),t._v(" "),v("td",[t._v("150px")])])])])},function(){var t=this,_=t.$createElement,v=t._self._c||_;return v("table",{staticClass:"bordered"},[v("thead",[v("tr",[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("width")]),t._v(" "),v("td",[t._v("宽度")]),t._v(" "),v("td",[t._v("100px")])]),t._v(" "),v("tr",[v("td",[t._v("color")]),t._v(" "),v("td",[t._v("颜色")]),t._v(" "),v("td",[t._v("#f06")])]),t._v(" "),v("tr",[v("td",[t._v("height")]),t._v(" "),v("td",[t._v("高度")]),t._v(" "),v("td",[t._v("150px")])])])])},function(){var t=this,_=t.$createElement,v=t._self._c||_;return v("table",{staticClass:"striped"},[v("thead",[v("tr",[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("width")]),t._v(" "),v("td",[t._v("宽度")]),t._v(" "),v("td",[t._v("100px")])]),t._v(" "),v("tr",[v("td",[t._v("color")]),t._v(" "),v("td",[t._v("颜色")]),t._v(" "),v("td",[t._v("#f06")])]),t._v(" "),v("tr",[v("td",[t._v("height")]),t._v(" "),v("td",[t._v("高度")]),t._v(" "),v("td",[t._v("150px")])])])])},function(){var t=this,_=t.$createElement,v=t._self._c||_;return v("table",{staticClass:"highlight"},[v("thead",[v("tr",[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("width")]),t._v(" "),v("td",[t._v("宽度")]),t._v(" "),v("td",[t._v("100px")])]),t._v(" "),v("tr",[v("td",[t._v("color")]),t._v(" "),v("td",[t._v("颜色")]),t._v(" "),v("td",[t._v("#f06")])]),t._v(" "),v("tr",[v("td",[t._v("height")]),t._v(" "),v("td",[t._v("高度")]),t._v(" "),v("td",[t._v("150px")])])])])},function(){var t=this,_=t.$createElement,v=t._self._c||_;return v("table",{staticClass:"highlight bordered narrow"},[v("thead",[v("tr",[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("width")]),t._v(" "),v("td",[t._v("宽度")]),t._v(" "),v("td",[t._v("100px")])]),t._v(" "),v("tr",[v("td",[t._v("color")]),t._v(" "),v("td",[t._v("颜色")]),t._v(" "),v("td",[t._v("#f06")])]),t._v(" "),v("tr",[v("td",[t._v("height")]),t._v(" "),v("td",[t._v("高度")]),t._v(" "),v("td",[t._v("150px")])])])])},function(){var t=this,_=t.$createElement,v=t._self._c||_;return v("table",{staticClass:"centered"},[v("thead",[v("tr",[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("width")]),t._v(" "),v("td",[t._v("宽度")]),t._v(" "),v("td",[t._v("100px")])]),t._v(" "),v("tr",[v("td",[t._v("color")]),t._v(" "),v("td",[t._v("颜色")]),t._v(" "),v("td",[t._v("#f06")])]),t._v(" "),v("tr",[v("td",[t._v("height")]),t._v(" "),v("td",[t._v("高度")]),t._v(" "),v("td",[t._v("150px")])])])])},function(){var t=this,_=t.$createElement,v=t._self._c||_;return v("table",{staticClass:"responsive-table"},[v("thead",[v("tr",[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("width")]),t._v(" "),v("td",[t._v("宽度")]),t._v(" "),v("td",[t._v("100px")])]),t._v(" "),v("tr",[v("td",[t._v("color")]),t._v(" "),v("td",[t._v("颜色")]),t._v(" "),v("td",[t._v("#f06")])]),t._v(" "),v("tr",[v("td",[t._v("height")]),t._v(" "),v("td",[t._v("高度")]),t._v(" "),v("td",[t._v("150px")])])])])}]}}});