From f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 十一月 2022 16:11:55 +0800 Subject: [PATCH] 2022-11-21 --- src/menu/components/carousel/prop-card/index.scss | 22 ++++------------------ 1 files changed, 4 insertions(+), 18 deletions(-) diff --git a/src/menu/components/carousel/prop-card/index.scss b/src/menu/components/carousel/prop-card/index.scss index 3121478..3fb2fb0 100644 --- a/src/menu/components/carousel/prop-card/index.scss +++ b/src/menu/components/carousel/prop-card/index.scss @@ -48,6 +48,10 @@ } } .ant-carousel { + height: 100%; + .slick-slider { + height: 100%; + } .slick-dots li button { background: #1890ff; } @@ -61,24 +65,6 @@ position: absolute; right: -30px; font-size: 16px; - } - .model-menu-action-list { - line-height: 40px; - .ant-row > .anticon-plus { - position: absolute; - right: -30px; - font-size: 16px; - } - } - .card-add-button { - text-align: right; - clear: left; - .anticon-plus { - font-size: 20px; - color: #26C281; - padding: 5px; - margin-right: 10px; - } } } .menu-prop-carousel-edit-box::after { -- Gitblit v1.8.0