update ToolDetail.vue
This commit is contained in:
parent
7b150fc3b2
commit
d654838068
@ -475,11 +475,12 @@ onMounted(() => {
|
||||
width: 100%;
|
||||
min-height: 300px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #e5e7eb;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
|
||||
background: #f9fafb;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -501,7 +502,7 @@ onMounted(() => {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #9ca3af;
|
||||
background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
|
||||
background: #f9fafb;
|
||||
}
|
||||
|
||||
.tool-header {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user