From a8e94242166881639cecf3809e45ca527233ebd7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 三月 2021 16:42:20 +0800 Subject: [PATCH] 2021-03-23 --- src/menu/components/form/normal-form/index.scss | 78 ++++++++++++++++----------------------- 1 files changed, 32 insertions(+), 46 deletions(-) diff --git a/src/menu/components/form/normal-form/index.scss b/src/menu/components/form/normal-form/index.scss index f40fc16..0fb6111 100644 --- a/src/menu/components/form/normal-form/index.scss +++ b/src/menu/components/form/normal-form/index.scss @@ -28,57 +28,43 @@ background: rgba(255, 255, 255, 0.55); } - .card-item { - overflow: hidden; + .page-card { position: relative; - background-position: center center; - background-repeat: no-repeat; - background-size: cover; - min-height: 20px; - height: 100%; + background: #ffffff; + border-radius: 2px; + margin-bottom: 15px; } - .ant-carousel:not(.ant-carousel-vertical) { - .slick-dots li button { - height: 8px; - } - } - .ant-carousel.ant-carousel-vertical { - .slick-dots li button { - width: 8px; - } - } - .ant-carousel { - .slick-dots li button { - background: #1890ff; - } - } - - .card-item:hover { - box-shadow: 0px 0px 2px #1890ff; - } - - .model-menu-card-cell-list .card-detail-row > .anticon-plus { - 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; + .form-area { + position: relative; + >.plus { color: #26C281; - padding: 5px; + cursor: pointer; + padding: 4px 10px; + } + >button { + float: right; margin-right: 10px; } + >.mk-cols-change { + height: 24px; + padding: 0 10px; + } + >.quickly-add { + display: inline-block; + margin-left: 10px; + button { + color: #1890ff; + background: transparent; + border: none; + box-shadow: none; + padding: 0; + height: 24px; + } + } + .modal-fields-row { + padding-top: 10px; + padding-bottom: 30px; + } } } .menu-normal-form-edit-box::after { -- Gitblit v1.8.0