From 714e640c2e9c348bc2d32cf2e45a5caa40530987 Mon Sep 17 00:00:00 2001 From: xuziqiang <1344691446@qq.com> Date: Mon, 22 Jul 2024 14:15:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=98=B4=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/App.vue | 27 ++++++++++++++++++---- .../src/view/equipmentManage/ledger/index.vue | 8 ++++++- lib/saas/theme/global.less | 8 ------- 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/hx-ai-intelligent/src/App.vue b/hx-ai-intelligent/src/App.vue index b89effe..af9b91f 100644 --- a/hx-ai-intelligent/src/App.vue +++ b/hx-ai-intelligent/src/App.vue @@ -77,9 +77,26 @@ } // 区域阴影 - :deep(.ns-table-search), - :deep(.ns-part-tree), - :deep(.ns-table-main) { - box-shadow: @ns-content-box-shadow; - } + // .ns-list-table { + + // :deep(.ant-tabs) { + // // overflow: visible; + // box-shadow: @ns-content-box-shadow; + // border-radius: @ns-border-radius; + // .ns-table-search { + // box-shadow: none; + // border-top-left-radius: 0px !important; + // border-top-right-radius: 0px !important; + // } + // .ns-table-main { + // } + // .ant-tabs-tabpane-active > div { + // height: 100%; + // } + // } + // .ant-tabs .ns-table-main { + // border-bottom-left-radius: 0px !important; + // border-bottom-right-radius: 0px !important; + // } + // } diff --git a/hx-ai-intelligent/src/view/equipmentManage/ledger/index.vue b/hx-ai-intelligent/src/view/equipmentManage/ledger/index.vue index 4a35850..2cd33ec 100644 --- a/hx-ai-intelligent/src/view/equipmentManage/ledger/index.vue +++ b/hx-ai-intelligent/src/view/equipmentManage/ledger/index.vue @@ -13,4 +13,10 @@ name: 'LedgerIndex', // 与页面路由name一致缓存才可生效 }); - + diff --git a/lib/saas/theme/global.less b/lib/saas/theme/global.less index 0f0ff76..5bd585e 100644 --- a/lib/saas/theme/global.less +++ b/lib/saas/theme/global.less @@ -163,14 +163,6 @@ a { color: @primary-color; } -.ant-tabs .ns-table-search { - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; -} -.ant-tabs .ns-table-main { - border-bottom-left-radius: 0px !important; - border-bottom-right-radius: 0px !important; -} // 自定义的title样式 .ns-title-extra-box {