modified: serv_nginx/bbvue/src/views/Profile.vue

delete background image
This commit is contained in:
2025-10-17 10:55:22 +05:00
parent 87d0635b49
commit e4882e68bd
+1
View File
@@ -664,6 +664,7 @@ export default {
background: linear-gradient(135deg, #f5f5f5, #e0e0e0); background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
isolation: isolate; /* Новое свойство */ isolation: isolate; /* Новое свойство */
background-image: none !important; /* Явно убираем фоновое изображение */
} }
.avatar-image { .avatar-image {