From b1edf8c4601f6eee9f134991ae11ebc11391e674 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Sat, 1 Nov 2025 13:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E6=A1=86=E9=A1=B6=E9=83=A8=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tag/TagManage.vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/views/tag/TagManage.vue b/src/views/tag/TagManage.vue index 56f6034a..49e1bad4 100644 --- a/src/views/tag/TagManage.vue +++ b/src/views/tag/TagManage.vue @@ -734,10 +734,25 @@ export default { :deep(.ant-table) { flex: 1; + //.ant-table-thead > tr > th { + // background-color: #eff4fc; + // text-align: center !important; + // white-space: nowrap; + //} + // 关联课程弹框表格标题样式 - 蓝色背景 .ant-table-thead > tr > th { - background-color: #eff4fc; - text-align: center !important; - white-space: nowrap; + background-color: #4ea6ff !important; + color: #fff !important; + font-weight: 600; + border-bottom: 1px solid #f0f0f0; + + &:first-child { + border-radius: 8px 0 0 0; + } + + &:last-child { + border-radius: 0 8px 0 0; + } } } }