feat: fix some style issue

This commit is contained in:
2025-11-15 21:52:56 +08:00
parent 64c04abed0
commit 77dfe9b6ef
4 changed files with 5 additions and 8362 deletions
-62
View File
@@ -1,62 +0,0 @@
# OS artifacts
.DS_Store
Thumbs.db
# IDE / editor folders
.idea/
.vscode/
# Python build artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
.Python
build/
dist/
# Django / local data
*.sqlite3
media/
staticfiles/
*.log
*/migrations/*.py
!*/migrations/__init__.py
# Virtual environments
env/
venv/
.venv/
src/backend/venv/
# Environment / secret files
*.env
.env.*
src/backend/item_manager/secure.json
# Node / frontend artifacts
node_modules/
src/fronted/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/
dist/
src/fronted/dist/
# Coverage / test reports
.coverage
coverage.xml
htmlcov/
# Local tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.sass-cache/
.gitignore
-8298
View File
File diff suppressed because it is too large Load Diff
@@ -652,7 +652,6 @@ export default {
<style scoped>
.evaluation-container {
max-width: 1200px;
margin: 20px auto;
padding: 0 20px;
}
+5 -1
View File
@@ -1,7 +1,7 @@
<template>
<div>
<AppHeader />
<div>
<div class="finance-dashboard">
<el-card>
<template #header>
<div class="card-header">
@@ -306,6 +306,10 @@ export default {
</script>
<style scoped>
.finance-dashboard {
margin: 20px auto;
}
.card-header {
display: flex;
justify-content: space-between;