From c58a38d1e578082aead7f23878651fad90fee28c Mon Sep 17 00:00:00 2001 From: wwb <3056127184@qq.com> Date: Thu, 7 Nov 2019 17:49:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/ms-admin/4.7.2/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/ms-admin/4.7.2/css/app.css b/src/main/webapp/static/ms-admin/4.7.2/css/app.css index 705e0552..5e2332c4 100644 --- a/src/main/webapp/static/ms-admin/4.7.2/css/app.css +++ b/src/main/webapp/static/ms-admin/4.7.2/css/app.css @@ -22,7 +22,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;} } .ms-pagination { - padding: 20px 0; + padding: 20px 0 0; text-align: right; } From 8abc9ea374e296417ab73b7c95d3b6eea71e905d Mon Sep 17 00:00:00 2001 From: wwb <3056127184@qq.com> Date: Fri, 8 Nov 2019 18:06:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/ms-admin/4.7.2/css/app.css | 10 +++++++++- src/main/webapp/static/ms-admin/4.7.2/css/index.css | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/ms-admin/4.7.2/css/app.css b/src/main/webapp/static/ms-admin/4.7.2/css/app.css index 5e2332c4..f49b7d86 100644 --- a/src/main/webapp/static/ms-admin/4.7.2/css/app.css +++ b/src/main/webapp/static/ms-admin/4.7.2/css/app.css @@ -63,7 +63,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;} #myPageTop input { width: 242px; } -#form .iconfont { +.el-button .iconfont { font-size: 12px; margin-right: 5px; } @@ -75,4 +75,12 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;} } [v-cloak]{ display: none; +} +/* 滚动条样式重写*/ +.el-table__body-wrapper::-webkit-scrollbar{ + width:6px; +} +.el-table__body-wrapper::-webkit-scrollbar-thumb { + border-radius: 10px; + background-color: rgba(144,147,153,.5); } \ No newline at end of file diff --git a/src/main/webapp/static/ms-admin/4.7.2/css/index.css b/src/main/webapp/static/ms-admin/4.7.2/css/index.css index 65513088..cd15e431 100644 --- a/src/main/webapp/static/ms-admin/4.7.2/css/index.css +++ b/src/main/webapp/static/ms-admin/4.7.2/css/index.css @@ -21,7 +21,8 @@ */ html, body { - min-height: 100vh; + min-height: 600px; + min-width: 810px; width: 100vw; background-color: #eee; margin: 0;