From e906ed7127e9495686e7942ef84d7b2081bcd751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BB=A9c=20=C4=90=E1=BA=A1t?= Date: Wed, 26 Apr 2023 15:22:16 +0700 Subject: [PATCH 1/2] update Ui --- .../shipper-detail.component.html | 26 +++++++++---------- .../components/header/header.component.html | 24 ++++++++++------- .../components/header/header.component.scss | 14 +++++++--- src/app/shared/service/nav.service.ts | 6 ++--- 4 files changed, 41 insertions(+), 29 deletions(-) diff --git a/src/app/components/shippers/shipper-detail/shipper-detail.component.html b/src/app/components/shippers/shipper-detail/shipper-detail.component.html index d897b74..fa0a11b 100644 --- a/src/app/components/shippers/shipper-detail/shipper-detail.component.html +++ b/src/app/components/shippers/shipper-detail/shipper-detail.component.html @@ -12,7 +12,7 @@
- +
-
  • - - Đăng xuất +
  • + +
    Đăng xuất
  • diff --git a/src/app/shared/components/header/header.component.scss b/src/app/shared/components/header/header.component.scss index 7492038..32008ff 100644 --- a/src/app/shared/components/header/header.component.scss +++ b/src/app/shared/components/header/header.component.scss @@ -1,7 +1,15 @@ .width-dropdown { - width: 180px; + width: 190px; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; border-radius: 5px; + + .fa { + font-size: 24px; + } + + .text-dropdowm { + font-size: 16px; + } } @@ -23,9 +31,9 @@ .position-absolute { position: absolute; top: 66px; - right: 0px; + right: 12px; text-align: start; - z-index: 999999; + background: #fff; } } } diff --git a/src/app/shared/service/nav.service.ts b/src/app/shared/service/nav.service.ts index 7b5d8da..5934d7c 100644 --- a/src/app/shared/service/nav.service.ts +++ b/src/app/shared/service/nav.service.ts @@ -123,13 +123,13 @@ export class NavService { ] }, { - title: 'Người bán hàng', icon: 'users', type: 'sub', active: false, children: [ + title: 'Người bán hàng', icon: 'archive', type: 'sub', active: false, children: [ { path: '/vendors/list', title: 'Danh sách', type: 'link' }, { path: '/vendors/create', title: 'Tạo người bán', type: 'link' } ] }, { - title: 'Shipper', icon: 'archive', type: 'sub', active: false, children: [ + title: 'Shipper', icon: 'truck', type: 'sub', active: false, children: [ { path: '/shippers/list', title: 'Danh sách', type: 'link' }, { path: '/shippers/create', title: 'Tạo shipper', type: 'link' } ] @@ -225,7 +225,7 @@ export class NavService { // ] // }, { - title: 'Shipper', icon: 'archive', type: 'sub', active: false, children: [ + title: 'Shipper', icon: 'truck', type: 'sub', active: false, children: [ { path: '/shippers/list', title: 'Danh sách', type: 'link' }, { path: '/shippers/create', title: 'Tạo shipper', type: 'link' } ] From 9283a1a9a4b6ccc6508e1362ecd964c529dd3aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BB=A9c=20=C4=90=E1=BA=A1t?= Date: Wed, 26 Apr 2023 16:43:04 +0700 Subject: [PATCH 2/2] mlem --- src/app/components/auth/signup/signup.component.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/components/auth/signup/signup.component.html b/src/app/components/auth/signup/signup.component.html index dc15cec..579aa36 100644 --- a/src/app/components/auth/signup/signup.component.html +++ b/src/app/components/auth/signup/signup.component.html @@ -123,9 +123,7 @@
    - -
    - +