From 40b17440aafdb53f65c6be1219cbca1cdfd76a2e Mon Sep 17 00:00:00 2001 From: maplemei Date: Tue, 8 Oct 2019 14:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E5=A4=9A=E9=80=89=E4=B8=8A=E9=99=90=E4=B8=8D=E8=83=BD=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.html | 2 +- dist/static/2.js | 2 +- dist/static/3.js | 2 +- dist/static/docs.js | 4 +-- docs/assets/common.less | 28 ++++++++++++++--- docs/entry.js | 4 +-- docs/index.ejs | 8 +++-- docs/mds/ZM03.md | 68 +++++++++++++++++++++++++++++++++++++++++ docs/router.js | 1 + 9 files changed, 104 insertions(+), 15 deletions(-) create mode 100644 docs/mds/ZM03.md diff --git a/dist/index.html b/dist/index.html index 3132ac9..530e60e 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1 +1 @@ -xm-select
\ No newline at end of file +xm-select
\ No newline at end of file diff --git a/dist/static/2.js b/dist/static/2.js index 9cf20fa..2854689 100644 --- a/dist/static/2.js +++ b/dist/static/2.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{361:function(e,t,n){e.exports=n.p+"static/wx.f391ad4.jpg"},363:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",{staticClass:"content element-doc"},[e._m(0),e._m(1),n("demo-block",[n("div",[n("p",[e._v("目前仅支持"),n("code",[e._v("中文")]),e._v("和"),n("code",[e._v("英文")]),e._v(", 如需更多语言, 可以"),n("code",[e._v("clone")]),e._v("代码进行二次开发")])]),n("template",{slot:"source"},[n("element-demo0")],1),n("template",{slot:"highlight"},[n("pre",{pre:!0},[n("code",{pre:!0,attrs:{class:"html"}},[e._v("
\n
\n\n - +
- + - \ No newline at end of file + diff --git a/docs/mds/ZM03.md b/docs/mds/ZM03.md new file mode 100644 index 0000000..56bc54f --- /dev/null +++ b/docs/mds/ZM03.md @@ -0,0 +1,68 @@ +## 表格中多选 + + +### Layui表格中多选 + +:::demo +```html + +
+ + +``` +::: diff --git a/docs/router.js b/docs/router.js index f31abc5..493c470 100644 --- a/docs/router.js +++ b/docs/router.js @@ -74,6 +74,7 @@ export default [{ children: [ { path: '/example-custom/ZM01', name: '赋值与取值', component: importMd('/ZM01') }, { path: '/example-custom/ZM02', name: '表单提交', component: importMd('/ZM02') }, + // { path: '/example-custom/ZM03', name: '表格中多选', component: importMd('/ZM03') }, ] }, { path: '/question',