diff --git a/docs/docs/zh-CN/components/collapse.md b/docs/docs/zh-CN/components/collapse.md index 0689099f..ee33b2ca 100644 --- a/docs/docs/zh-CN/components/collapse.md +++ b/docs/docs/zh-CN/components/collapse.md @@ -3,8 +3,8 @@ 内容 - 内容 - 内容 + 内容 + 内容 diff --git a/docs/docs/zh-CN/components/dropdown.md b/docs/docs/zh-CN/components/dropdown.md index cf16d738..ff0f0f74 100644 --- a/docs/docs/zh-CN/components/dropdown.md +++ b/docs/docs/zh-CN/components/dropdown.md @@ -59,4 +59,9 @@ export default { } -::: \ No newline at end of file +::: + + +| | | | +|--|--|--| +| trigger | 触发方式 | `click` `hover` | \ No newline at end of file diff --git a/docs/docs/zh-CN/guide/changelog.md b/docs/docs/zh-CN/guide/changelog.md index 0252287d..c5e3303e 100644 --- a/docs/docs/zh-CN/guide/changelog.md +++ b/docs/docs/zh-CN/guide/changelog.md @@ -2,6 +2,12 @@ + + + + + + diff --git a/docs/docs/zh-CN/guide/home.md b/docs/docs/zh-CN/guide/home.md index c0444737..f093fc68 100644 --- a/docs/docs/zh-CN/guide/home.md +++ b/docs/docs/zh-CN/guide/home.md @@ -4,27 +4,38 @@ layui(谐音:类 UI) 是 一 套 Vue 3.0 的 桌 面 端 组 件 库 , Layui 的 另 一 种 呈 现 方 式 -::: demo + + + + + + - - - - - - - - - - - -::: \ No newline at end of file + + + + + + 返璞归真 + 身处在前端社区的繁荣之下,我们都在有意或无意地追逐。而 layui 偏偏回望当初,奔赴在返璞归真的漫漫征途,自信并勇敢着,追寻于原生态的书写指令,试图以最简单的方式诠释高效。 + + + + + + + 双面体验 + 拥有双面的不仅是人生,还有 layui。一面极简,一面丰盈。极简是视觉所见的外在,是开发所念的简易。丰盈是倾情雕琢的内在,是信手拈来的承诺。一切本应如此,简而全,双重体验。 + + + + + + + 星辰大海 + 如果眼下还是一团零星之火,那运筹帷幄之后,迎面东风,就是一场烈焰燎原吧,那必定会是一番尽情的燃烧。待,秋风萧瑟时,散作满天星辰,你看那四季轮回,正是 layui 不灭的执念。 + + + + + \ No newline at end of file diff --git a/docs/docs/zh-CN/guide/install.md b/docs/docs/zh-CN/guide/install.md index 66384169..99659258 100644 --- a/docs/docs/zh-CN/guide/install.md +++ b/docs/docs/zh-CN/guide/install.md @@ -29,4 +29,5 @@ createApp(App) pearadmin.com -``` \ No newline at end of file +``` +完整案例, 前往: [layui-vue-sample](https://gitee.com/layui-vue/layui-vue-sample) \ No newline at end of file diff --git a/docs/src/components/LayCode.vue b/docs/src/components/LayCode.vue index 08332d07..9a6735a8 100644 --- a/docs/src/components/LayCode.vue +++ b/docs/src/components/LayCode.vue @@ -98,7 +98,7 @@ function handleScroll() { .lay-code .meta .description { padding: 20px; margin: 10px 0; - border: 1px solid var(--c-divider); + border: 1px solid whitesmoke; box-sizing: border-box; background: var(--c-bg); font-size: 14px; @@ -115,7 +115,7 @@ function handleScroll() { padding: 1px 5px; margin: 0 4px; height: 18px; - border-radius: 3px; + border-radius: 2px; background-color: var(--code-inline-bg-color); font-size: 12px; line-height: 18px; diff --git a/docs/src/layouts/Layout.vue b/docs/src/layouts/Layout.vue index f4e17ccf..9c07a1c8 100644 --- a/docs/src/layouts/Layout.vue +++ b/docs/src/layouts/Layout.vue @@ -37,7 +37,7 @@ - + div[class*='language-'] { diff --git a/docs/src/styles/markdown.css b/docs/src/styles/markdown.css index b86c5dbe..ff7462e5 100644 --- a/docs/src/styles/markdown.css +++ b/docs/src/styles/markdown.css @@ -213,4 +213,29 @@ table td { .site-doc-bgcolor li { padding: 20px 10px; +} + +.site-idea { + margin: 30px 0; + font-weight: 300; +} + +.site-idea li { + font-size: 14px; +} + +.site-idea li div { + padding: 25px; + line-height: 24px; + border: 1px solid #d2d2d2; +} + +.site-idea .layui-field-title { + border-color: #d2d2d2; +} + +.site-idea .layui-field-title legend { + margin: 0 20px 20px 0; + padding: 0 20px; + text-align: center; } \ No newline at end of file diff --git a/package.json b/package.json index 14be9ca4..b29ca663 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@layui/layui-vue", - "version": "0.0.11", + "version": "0.0.12", "description": "a component library for Vue 3 base on layui-vue", "main": "lib/layui-vue.umd.js", "module": "lib/layui-vue.es.js", diff --git a/src/css/layui.css b/src/css/layui.css index fbfc8f59..7e17c62f 100644 --- a/src/css/layui.css +++ b/src/css/layui.css @@ -4312,6 +4312,7 @@ body .layui-table-tips .layui-layer-content { .layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2 { background-color: #F6F6F6 !important; + border-radius: 2px; color: #5FB878 }
身处在前端社区的繁荣之下,我们都在有意或无意地追逐。而 layui 偏偏回望当初,奔赴在返璞归真的漫漫征途,自信并勇敢着,追寻于原生态的书写指令,试图以最简单的方式诠释高效。
拥有双面的不仅是人生,还有 layui。一面极简,一面丰盈。极简是视觉所见的外在,是开发所念的简易。丰盈是倾情雕琢的内在,是信手拈来的承诺。一切本应如此,简而全,双重体验。
如果眼下还是一团零星之火,那运筹帷幄之后,迎面东风,就是一场烈焰燎原吧,那必定会是一番尽情的燃烧。待,秋风萧瑟时,散作满天星辰,你看那四季轮回,正是 layui 不灭的执念。