From c96108bd84050feb01b47db3f5cae96670fda435 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 30 十月 2024 12:54:24 +0800 Subject: [PATCH] 2024-10-30 --- src/menu/components/share/markcomponent/index.scss | 92 ++++++++++++++++++---------------------------- 1 files changed, 36 insertions(+), 56 deletions(-) diff --git a/src/menu/components/share/markcomponent/index.scss b/src/menu/components/share/markcomponent/index.scss index 9689a82..c4663e0 100644 --- a/src/menu/components/share/markcomponent/index.scss +++ b/src/menu/components/share/markcomponent/index.scss @@ -1,59 +1,39 @@ -#mark-column-box-modal { - table tr td { - word-wrap: break-word; - word-break: break-word; - } - - .mingke-table .ant-empty { - margin: 20px 8px!important; - } - .mingke-table { - td { - position: relative; +.mark-modal-wrap { + .ant-modal { + top: 50px; + padding-bottom: 5px; + .ant-modal-body { + max-height: calc(100vh - 190px); + min-height: 350px; + overflow-y: auto; + } + .ant-modal-body::-webkit-scrollbar { + width: 7px; + } + .ant-modal-body::-webkit-scrollbar-thumb { + border-radius: 5px; + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); + background: rgba(0, 0, 0, 0.13); + } + .ant-modal-body::-webkit-scrollbar-track { + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); + border-radius: 3px; + border: 1px solid rgba(0, 0, 0, 0.07); + background: rgba(0, 0, 0, 0); } } - .errorval { - display: inline-block; - width: 30px; - } - .operation-btn { - display: inline-block; - font-size: 16px; - padding: 0 5px; - cursor: pointer; - } - .ant-tabs-tabpane { - position: relative; - .excel-col-add { - position: absolute; - right: 0; - top: 90px; - } - } - - .ant-table-tbody tr.background td { - background: unset!important; - } - .background { - .baseboard { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - } - .content { - position: relative; - } - } - - .mk-table-line.background { - .baseboard { - background: unset!important; - } - } - - .ant-form-item { - white-space: nowrap; - } +} +.mk-line-marks { + position: relative; +} +.mk-line-marks::after { + content: ' '; + display: block; + position: absolute; + top: 0; + right: 7px; + width: 4px; + height: 4px; + border-radius: 4px; + background-color: red; } \ No newline at end of file -- Gitblit v1.8.0