From d8ae9ebb3e6aadecdb014711eecba84aaf318e35 Mon Sep 17 00:00:00 2001 From: "jinlan.du" Date: Mon, 18 May 2020 13:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=8A=98=E8=A1=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/style/main.scss | 29 +++++++++++++++++++ web/src/view/example/customer/customer.vue | 2 +- web/src/view/example/table/table.vue | 8 ++--- web/src/view/example/upload/upload.vue | 4 +-- .../view/superAdmin/authority/authority.vue | 2 +- 5 files changed, 37 insertions(+), 8 deletions(-) diff --git a/web/src/style/main.scss b/web/src/style/main.scss index 82e1fe3e..e8389c02 100644 --- a/web/src/style/main.scss +++ b/web/src/style/main.scss @@ -1039,4 +1039,33 @@ li { width: 10px; } } +} +@media screen and (max-width: 1080px) { + .admin-box{ + tr{ + td{ + .el-button{ + padding: 7px 5px; + } + } + } + } +} +@media screen and (max-width: 885px) { + .admin-box{ + .el-table__fixed-right{ + tr{ + td{ + .el-button{ + padding: 7px 0px; + } + } + } + } + .el-table__row{ + .el-button.el-button--text.el-button--small::after{ + margin-left: 8px; + } + } + } } \ No newline at end of file diff --git a/web/src/view/example/customer/customer.vue b/web/src/view/example/customer/customer.vue index 4340468e..4bbd5746 100644 --- a/web/src/view/example/customer/customer.vue +++ b/web/src/view/example/customer/customer.vue @@ -22,7 +22,7 @@ - +