From d957bc1f4a8321e8494148890532bfcde9f861ac Mon Sep 17 00:00:00 2001 From: BradyBromley <51128276+BradyBromley@users.noreply.github.com> Date: Sun, 13 Oct 2019 19:25:30 -0700 Subject: [PATCH 01/14] docs: improved README.md (#2656) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b93f971..360407c9 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ English | [简体中文](./README.zh-CN.md) | [日本語](./README.ja.md) | [Spa ## Introduction -[vue-element-admin](https://panjiachen.github.io/vue-element-admin) is a production-ready front-end solution for admin interfaces. It based on [vue](https://github.com/vuejs/vue) and use the UI Toolkit [element-ui](https://github.com/ElemeFE/element). +[vue-element-admin](https://panjiachen.github.io/vue-element-admin) is a production-ready front-end solution for admin interfaces. It is based on [vue](https://github.com/vuejs/vue) and uses the UI Toolkit [element-ui](https://github.com/ElemeFE/element). -It is a magical vue admin based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. It helps you build a large complex Single-Page Applications. I believe whatever your needs are, this project will help you. +[vue-element-admin](https://panjiachen.github.io/vue-element-admin) is based on the newest development stack of vue and it has a built-in i18n solution, typical templates for enterprise applications, and lots of awesome features. It helps you build large and complex Single-Page Applications. I believe whatever your needs are, this project will help you. - [Preview](https://panjiachen.github.io/vue-element-admin) From 1f0ac624fc4472ffca7246d75eb6ef34cb86a950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E8=A3=A4=E8=A1=A9?= Date: Fri, 25 Oct 2019 19:45:21 +0800 Subject: [PATCH 02/14] style: fix el-date-picker css style --- src/styles/element-ui.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index 9581d56a..955d3cab 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -77,3 +77,8 @@ .el-range-editor.el-input__inner { display: inline-flex !important; } + +// to fix el-date-picker css style +.el-range-separator { + box-sizing: content-box; +} From daec48bbbedf5fbc5c8ff22b84b470ea6fb939ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Ng=E1=BB=8Dc=20H=C3=B2a?= Date: Tue, 5 Nov 2019 13:26:24 +0700 Subject: [PATCH 03/14] perf: format dropdown menu code (#2720) --- src/components/Share/DropdownMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Share/DropdownMenu.vue b/src/components/Share/DropdownMenu.vue index 8ad8e56e..a629fe9a 100644 --- a/src/components/Share/DropdownMenu.vue +++ b/src/components/Share/DropdownMenu.vue @@ -90,7 +90,7 @@ $t: .1s; .share-dropdown-menu-item { @for $i from 1 through $n { &:nth-of-type(#{$i}) { - transition-delay: ($n - $i)*$t; + transition-delay: ($n - $i)*$t; transform: translate3d(0, ($i - 1)*60px, 0); } } From 1e6aab3970afcc353b0b05b8250be72c94c7c7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Ng=E1=BB=8Dc=20H=C3=B2a?= Date: Thu, 7 Nov 2019 12:37:05 +0700 Subject: [PATCH 04/14] perf: format inline edit table (#2725) move one format `{row}` --- src/views/table/inline-edit-table.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/table/inline-edit-table.vue b/src/views/table/inline-edit-table.vue index 63828145..31e0065f 100644 --- a/src/views/table/inline-edit-table.vue +++ b/src/views/table/inline-edit-table.vue @@ -2,26 +2,26 @@
-