From f1cb71044cc60353f1c8971c3ff7b72aa2f80230 Mon Sep 17 00:00:00 2001 From: xing Date: Thu, 18 Jun 2020 11:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE=EF=BC=8C?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=87=AA=E5=AE=9A=E4=B9=89=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/globel.css | 5 +++ src/components/users/users.vue | 56 +++++++++++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/src/assets/css/globel.css b/src/assets/css/globel.css index bae904e..1587906 100644 --- a/src/assets/css/globel.css +++ b/src/assets/css/globel.css @@ -10,4 +10,9 @@ html,body,#app{ .el-card { box-shadow: 0 1px 1px rgba(0,0,0, .15) !important; +} + +.el-table { + margin-top: 15px; + font-size: 15px; } \ No newline at end of file diff --git a/src/components/users/users.vue b/src/components/users/users.vue index 57d5ebc..2a28cfc 100644 --- a/src/components/users/users.vue +++ b/src/components/users/users.vue @@ -18,14 +18,68 @@ 添加用户 + + + + + + + + + + + + + + + +