From 99c9aed75c0bf5356e3170b7070ed00d7ba653ca Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 29 一月 2023 17:00:30 +0800 Subject: [PATCH] 2023-01-29 --- src/tabviews/custom/components/module/voucher/voucherTable/index.scss | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/voucherTable/index.scss b/src/tabviews/custom/components/module/voucher/voucherTable/index.scss index 987cb80..197baae 100644 --- a/src/tabviews/custom/components/module/voucher/voucherTable/index.scss +++ b/src/tabviews/custom/components/module/voucher/voucherTable/index.scss @@ -229,8 +229,60 @@ display: inline-block; } } + .pop-anchor { + position: absolute; + bottom: 0; + left: 50%; + } } +.subject-pop-wrap { + padding-top: 0px; + .ant-popover-arrow { + display: none; + } + .ant-popover-content { + position: relative; + z-index: 1; + } + .ant-form-item { + display: flex; + margin-bottom: 15px; + width: 200px; + + .ant-form-item-label { + width: 60px; + } + .ant-form-item-control-wrapper { + flex: 1; + .ant-select { + width: 100%; + } + } + } + .ant-popover-inner-content { + padding-right: 30px; + } + .footer { + text-align: right; + .ant-btn { + border: none; + box-shadow: none; + margin-right: 15px; + } + .ant-btn:last-child { + color: var(--mk-sys-color); + } + } +} +.subject-pop-wrap::before { + content: ''; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; +} .edit-table-dropdown { .ant-select-dropdown-menu-item { white-space: unset; -- Gitblit v1.8.0