fix install diogram
This commit is contained in:
@@ -20,8 +20,9 @@ class UserView(ft.View):
|
||||
super().__init__(
|
||||
route=f"/user/{url_key}",
|
||||
bgcolor=ds.clolors.background,
|
||||
horizontal_alignment=ft.CrossAxisAlignment.START,
|
||||
horizontal_alignment=ft.CrossAxisAlignment.STRETCH,
|
||||
vertical_alignment=ft.MainAxisAlignment.START,
|
||||
padding=ft.padding.symmetric(horizontal=12, vertical=8),
|
||||
)
|
||||
self.controls = [
|
||||
ft.Column(
|
||||
@@ -31,7 +32,13 @@ class UserView(ft.View):
|
||||
ft.Row(
|
||||
alignment=ft.MainAxisAlignment.SPACE_BETWEEN,
|
||||
controls=[
|
||||
ds.CastomText(text="Добро пожаловать в COPP!", size=24, weight=ft.FontWeight.BOLD),
|
||||
ft.Text(
|
||||
"Добро пожаловать в COPP!",
|
||||
color=ds.clolors.ferst,
|
||||
size=20,
|
||||
weight=ft.FontWeight.BOLD,
|
||||
expand=True,
|
||||
),
|
||||
profile_btn,
|
||||
]
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user