From 14e286d631fbaa6813d874a924cc7b2c191d3afa Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Wed, 15 Jul 2020 10:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/index.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/style/index.scss diff --git a/src/style/index.scss b/src/style/index.scss new file mode 100644 index 0000000..97aa29f --- /dev/null +++ b/src/style/index.scss @@ -0,0 +1,5 @@ +.el-table { + td { + padding: 6px 0; + } +} \ No newline at end of file