modified: serv_nginx/api_bb/internal/models/training_plan.go

modified:   serv_nginx/bbvue/src/views/Profile.vue
add shadow into avatar image profile page begushiybashkir.ru site
This commit is contained in:
2025-10-19 20:43:36 +05:00
parent 6f77fb08b3
commit 17b936f566
2 changed files with 27 additions and 25 deletions
+2
View File
@@ -698,6 +698,7 @@ export default {
isolation: isolate; isolation: isolate;
/* Новое свойство */ /* Новое свойство */
background-image: none !important; background-image: none !important;
box-shadow: 0.2rem 0.2rem 0.3rem rgb(155, 155, 155);
/* Явно убираем фоновое изображение */ /* Явно убираем фоновое изображение */
} }
@@ -707,6 +708,7 @@ export default {
object-fit: cover; object-fit: cover;
transition: transform 0.3s ease; transition: transform 0.3s ease;
display: block; display: block;
box-shadow: 0.2rem 0.2rem 0.3rem rgb(155, 155, 155);
/* Убедитесь, что block */ /* Убедитесь, что block */
} }