From ac235850a9287dae6977c964213176fa7c86b140 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 09 十二月 2021 14:42:20 +0800 Subject: [PATCH] Merge branch 'refactor/separate-vue' of ssh://192.168.0.10:29418/pcalife/PAM into refactor/separate-vue --- PAMapp/assets/scss/_common.scss | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/PAMapp/assets/scss/_common.scss b/PAMapp/assets/scss/_common.scss index 836ddc1..768bb07 100644 --- a/PAMapp/assets/scss/_common.scss +++ b/PAMapp/assets/scss/_common.scss @@ -4,8 +4,9 @@ margin: 0; color: $PRIMARY_BLACK; font-family: Segoe UI; - overflow-x: hidden; scroll-behavior: smooth; + height: 100%; + overflow-x: hidden; } // btn @@ -45,6 +46,7 @@ height: 45px; .cus-tab-item { + @extend .fix-chrome-click--issue; width: 50%; text-align: center; font-size: 24px; @@ -78,4 +80,15 @@ } } +} + +.pam-clientReserved-input.el-input--suffix { + .el-input__inner { + border-radius: 30px; + } + + .search { + line-height: 40px; + padding-right: 10px; + } } \ No newline at end of file -- Gitblit v1.8.0