From d4a535ae7dd07f70cf2f59fbc8256a3fa1df8c93 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 01 十一月 2021 18:12:32 +0800 Subject: [PATCH] TODO#129053 快速篩選 畫面刻版 --- PAMapp/assets/scss/_common.scss | 30 ++---------------------------- 1 files changed, 2 insertions(+), 28 deletions(-) diff --git a/PAMapp/assets/scss/_common.scss b/PAMapp/assets/scss/_common.scss index fd5e44c..c9a46e6 100644 --- a/PAMapp/assets/scss/_common.scss +++ b/PAMapp/assets/scss/_common.scss @@ -4,6 +4,7 @@ margin: 0; color: $PRIMARY_BLACK; font-family: Segoe UI; + overflow-x: hidden; } h5 { @@ -39,31 +40,4 @@ &:disabled { background-color: $LIGHT_GREY; } -} - - - -// el-carousel -.el-carousel__indicators--outside { - .el-carousel__indicator--horizontal { - .el-carousel__button { - width: 9px; - height: 9px; - border-radius: 50px; - border: solid 1px $LIGHT_GREY; - background-color: $PRIMARY_WHITE; - } - - &.is-active { - .el-carousel__button { - background-color: $PRIMARY_RED; - } - } - } - - .el-carousel__indicator--horizontal:nth-child(2) { - .el-carousel__button { - margin: 0 20px; - } - } -} +} \ No newline at end of file -- Gitblit v1.8.0