diff --git a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue index dbd167d..38cdf68 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue @@ -242,7 +242,7 @@ export default { margin-top: 16px; // 表格整体样式 - Material Design 卡片式 - :deep(.el-table) { + ::v-deep .el-table { // 移除边框,使用阴影 border: none !important; border-radius: 8px; @@ -353,7 +353,7 @@ export default { } // 操作按钮样式 - Material Design 风格 -:deep(.el-button--text) { +::v-deep .el-button--text { color: #1890ff; padding: 8px 12px; border-radius: 4px; @@ -376,7 +376,7 @@ export default { } // 分页样式优化 - Material Design 风格 -:deep(.el-pagination) { +::v-deep .el-pagination { margin-top: 24px; text-align: right;