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:
@@ -698,6 +698,7 @@ export default {
|
||||
isolation: isolate;
|
||||
/* Новое свойство */
|
||||
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;
|
||||
transition: transform 0.3s ease;
|
||||
display: block;
|
||||
box-shadow: 0.2rem 0.2rem 0.3rem rgb(155, 155, 155);
|
||||
/* Убедитесь, что block */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user