From 8c1934f36350085860144dcf1f85d51635bbdac1 Mon Sep 17 00:00:00 2001 From: 劉鈞霖 <benson@gmail.com> Date: 星期三, 10 十一月 2021 14:44:58 +0800 Subject: [PATCH] [ Update ] 新增 popUpFrame 公用元件 來去辨別 裝置開始的modal 以及 複選按鈕元件, 手機聯絡時段功能 --- PAMapp/assets/scss/vendors/elementUI/_drawer.scss | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/PAMapp/assets/scss/vendors/elementUI/_drawer.scss b/PAMapp/assets/scss/vendors/elementUI/_drawer.scss index ccd7493..c8fe93b 100644 --- a/PAMapp/assets/scss/vendors/elementUI/_drawer.scss +++ b/PAMapp/assets/scss/vendors/elementUI/_drawer.scss @@ -8,4 +8,11 @@ .el-drawer__body { padding: 0 40px; } -} \ No newline at end of file +} +.pam-popUpFrame{ + .el-drawer { + .el-drawer__body { + padding:0px 19px; + } + } +} -- Gitblit v1.8.0