From 1bec8d69cf14bd88591eee5b0320c5c8f6c25a08 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 08 三月 2024 21:19:31 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/custom/components/table/edit-table/normalTable/index.scss | 77 +++++++++++--------------------------- 1 files changed, 22 insertions(+), 55 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss index 1f2fb54..a3362b3 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss @@ -70,68 +70,35 @@ color: inherit; overflow: hidden; } - .action-col { - .ant-btn > .anticon + span { - margin-left: 3px; - } - button { - border: 0; - background-color: transparent; - color: #1890ff; - box-shadow: none; - padding: 0 5px; - .anticon-loading { - display: none; - } - } - > div { - margin: 0 3px; - } - > button { - margin: 0 3px; - } - .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) { - padding-left: 0px; - } - } } .ant-table-tbody > tr > td[rowspan] { vertical-align: middle; } - .ant-table-tbody > tr > td.ant-table-column-has-actions { - .content { - position: relative; - z-index: 1; - word-wrap: break-word; - word-break: break-word; - } - } + // .ant-table-tbody > tr > td.ant-table-column-has-actions { + // .content { + // position: relative; + // z-index: 1; + // word-wrap: break-word; + // word-break: break-word; + // } + // } .ant-table-tbody > tr > td { position: relative; - .link-menu { - position: absolute; - top: 0px; - left: 0px; - right: 0px; - bottom: 0px; - opacity: 0; - cursor: pointer; - } } - .ant-table-tbody > tr > td .content { - p { - margin-bottom: 2px; - } - span { - display: inline-block; - margin-right: 5px; - } - } - .ant-table-tbody > tr > td .button { - .ant-btn { - margin-bottom: 10px; - } - } + // .ant-table-tbody > tr > td .content { + // p { + // margin-bottom: 2px; + // } + // span { + // display: inline-block; + // margin-right: 5px; + // } + // } + // .ant-table-tbody > tr > td .button { + // .ant-btn { + // margin-bottom: 10px; + // } + // } } } -- Gitblit v1.8.0