diff --git a/src/app/components/auth/signup/signup.component.html b/src/app/components/auth/signup/signup.component.html index 64b23f5..af53c37 100644 --- a/src/app/components/auth/signup/signup.component.html +++ b/src/app/components/auth/signup/signup.component.html @@ -145,7 +145,6 @@ -
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' } ]