update ToolDetail.vue

This commit is contained in:
jingrow 2025-11-21 21:38:01 +08:00
parent 7b150fc3b2
commit d654838068

View File

@ -475,11 +475,12 @@ onMounted(() => {
width: 100%; width: 100%;
min-height: 300px; min-height: 300px;
border-radius: 8px; border-radius: 8px;
border: 1px solid #e5e7eb;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%); background: #f9fafb;
position: relative; position: relative;
} }
@ -501,7 +502,7 @@ onMounted(() => {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: #9ca3af; color: #9ca3af;
background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%); background: #f9fafb;
} }
.tool-header { .tool-header {