From bdc5463b6ddfe85334711a7e400a608119beefc0 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Fri, 27 Feb 2026 10:52:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20Material=20Design=20-=20=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0=E6=82=AC=E5=81=9C?= =?UTF-8?q?=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/ccdiProject/components/ProjectTable.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue index a503428..2743c5f 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue @@ -345,19 +345,27 @@ export default { font-weight: bold; } -// 操作按钮样式 +// 操作按钮样式 - Material Design 风格 :deep(.el-button--text) { color: #1890ff; - padding: 0 8px; + padding: 8px 12px; + border-radius: 4px; + transition: all 0.2s ease; &:hover { color: #096dd9; - text-decoration: underline; + background-color: rgba(24, 144, 255, 0.08); + text-decoration: none; } &:first-child { padding-left: 0; } + + // 按钮间距 + & + .el-button--text { + margin-left: 4px; + } } // 分页样式优化