From 31b100595a87295eb8572ce3b31a83475a882ae8 Mon Sep 17 00:00:00 2001 From: FightingN <18300240052@163.com> Date: Tue, 14 Jul 2020 16:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F=E5=BC=95?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 + src/style/index.scss | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 src/style/index.scss diff --git a/src/main.js b/src/main.js index 0e0008e8..c0eb1c32 100644 --- a/src/main.js +++ b/src/main.js @@ -11,6 +11,7 @@ import http from '@/utils/request' import { hasPermission } from '@/utils' import cloneDeep from 'lodash/cloneDeep' import '@/element-ui/theme/cascader-new.css' +import '@/style/index.scss' Vue.config.productionTip = false diff --git a/src/style/index.scss b/src/style/index.scss new file mode 100644 index 00000000..c80e2cbc --- /dev/null +++ b/src/style/index.scss @@ -0,0 +1,5 @@ +.el-table{ + td{ + padding: 6px 0; + } +} \ No newline at end of file