From 18758a16147ec1eeeacfe3efe2d9d2c85e290860 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Mon, 22 Sep 2025 06:01:36 +0800 Subject: [PATCH] no message --- .gitignore | 48 ++++++++++++++----- .../pages/components/team-management.scss | 3 ++ 2 files changed, 40 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 0a5a18846..e91b730a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,58 @@ +# Dependencies /node_modules +/vendor + +# Build and temporary files +/build /public/hot /public/tmp +/tmp + +# Uploads and user-generated content /public/summary /public/uploads/* /public/.well-known /public/.user.ini -/storage/*.key + +# Storage and configuration /config/LICENSE -/vendor -/build -/tmp -._* +/storage/*.key + +# Environment and configuration .env +vars.yaml + +# IDE and editor files .idea .vscode -.vagrant .windsurfrules -.phpunit.result.cache + +# Development tools +.vagrant Homestead.json Homestead.yaml + +# Testing +.phpunit.result.cache +test.* + +# Logs and debug files npm-debug.log yarn-error.log -test.* + +# Lock files +dootask.lock package-lock.json + +# Laravel/Swoole specific laravels-timer-process.pid -.DS_Store -vars.yaml laravels.conf laravels.pid + +# System files +._* +.DS_Store + +# Documentation +AGENTS.md README_LOCAL.md -dootask.lock diff --git a/resources/assets/sass/pages/components/team-management.scss b/resources/assets/sass/pages/components/team-management.scss index 7cbc62571..4dd81238e 100644 --- a/resources/assets/sass/pages/components/team-management.scss +++ b/resources/assets/sass/pages/components/team-management.scss @@ -94,6 +94,9 @@ &.active { background-color: #ecf5ff; } + &.active { + font-weight: 500; + } &.level-1 { font-weight: 500; }