From 6739ab543b29936c71523c7a017ffe7a79a6379e 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 01/18] 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 6a194d1b4f7de5a481a84e511005a1431c51f07a 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 02/18] 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 a4fa1199ba55917914cf8a58d78810c8b8dc2923 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 03/18] 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 @@
-