Commit d9800e04 by Ooh-Ao

color

parent 052fc4fa
...@@ -87,36 +87,27 @@ export class NavService implements OnDestroy { ...@@ -87,36 +87,27 @@ export class NavService implements OnDestroy {
MENUITEMS: Menu[] = [ MENUITEMS: Menu[] = [
// Dashboard // Dashboard
{ headTitle: 'การจัดการงานประเมินผล' }, { headTitle: 'การประเมินผล' },
{ {
title: 'ทะเบียนบริษัท', title: 'การประเมินตนเอง',
icon: 'home-8-line', icon: 'home-8-line',
type: 'sub', type: 'link',
selected : false, selected : false,
active: false, active: false,
children: [ path: '/dashboard/sales',
{ path: '/dashboard/sales', title: 'ทะเบียนบริษัท', type: 'link' }, // children: [
{ path: '/dashboard/ecommerce', title: 'ทะเบียนพนักงาน', type: 'link' }, // { path: '/dashboard/sales', title: 'ทะเบียนบริษัท', type: 'link' },
{ path: '/dashboard/crypto', title: 'ทะเบียนหลัก', type: 'link' }, // { path: '/dashboard/ecommerce', title: 'ทะเบียนพนักงาน', type: 'link' },
{ path: '/dashboard/jobs', title: 'ทะเบียนแบบฟอร์มการประเมิน', type: 'link' }, // { path: '/dashboard/crypto', title: 'ทะเบียนหลัก', type: 'link' },
{ path: '/dashboard/nft', title: 'ทะเบียนเอกสารประเมิน', type: 'link' }, // { path: '/dashboard/jobs', title: 'ทะเบียนแบบฟอร์มการประเมิน', type: 'link' },
{ path: '/dashboard/analytics', title: 'รอบการประเมิน', type: 'link' }, // { path: '/dashboard/nft', title: 'ทะเบียนเอกสารประเมิน', type: 'link' },
{ path: '/dashboard/projects', title: 'รายงาน', type: 'link' }, // { path: '/dashboard/analytics', title: 'รอบการประเมิน', type: 'link' },
], // { path: '/dashboard/projects', title: 'รายงาน', type: 'link' },
// ],
}, },
//Widgets //Widgets
{ {
title: 'ทะเบียนบริษัท', title: 'ประเมินโดยหัวหน้า',
icon: 'apps-2-line',
active: false,
badgeClass: 'badge badge-sm bg-secondary badge-hide',
badgeValue: 'new',
path: '/widgets',
selected : false,
type: 'link',
},
{
title: 'ทะเบียนพนักงาน',
icon: 'apps-2-line', icon: 'apps-2-line',
active: false, active: false,
badgeClass: 'badge badge-sm bg-secondary badge-hide', badgeClass: 'badge badge-sm bg-secondary badge-hide',
...@@ -125,6 +116,16 @@ export class NavService implements OnDestroy { ...@@ -125,6 +116,16 @@ export class NavService implements OnDestroy {
selected : false, selected : false,
type: 'link', type: 'link',
}, },
// {
// title: 'ทะเบียนพนักงาน',
// icon: 'apps-2-line',
// active: false,
// badgeClass: 'badge badge-sm bg-secondary badge-hide',
// badgeValue: 'new',
// path: '/widgets',
// selected : false,
// type: 'link',
// },
// //component // //component
// { headTitle: 'GENERAL' }, // { headTitle: 'GENERAL' },
// { // {
......
...@@ -6061,7 +6061,7 @@ select option:active, ...@@ -6061,7 +6061,7 @@ select option:active,
line-height: 1.75rem; line-height: 1.75rem;
} }
.text-xs{ .text-xs{
font-size: 0.75rem; font-size: 1rem;
line-height: 1rem; line-height: 1rem;
} }
.\!font-normal{ .\!font-normal{
...@@ -14419,7 +14419,7 @@ select.tabulator-page-size option{ ...@@ -14419,7 +14419,7 @@ select.tabulator-page-size option{
} }
[data-menu-styles=dark] .app-sidebar .slide__category{ [data-menu-styles=dark] .app-sidebar .slide__category{
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(100 116 139 / var(--tw-text-opacity)); color: rgb(255 255 255 / var(--tw-text-opacity));
} }
@media (min-width: 992px) { @media (min-width: 992px) {
[data-menu-styles=dark][data-vertical-style=overlay][toggled=icon-overlay-close]:not([icon-overlay=open]) .app-sidebar .main-logo.toggle-logo { [data-menu-styles=dark][data-vertical-style=overlay][toggled=icon-overlay-close]:not([icon-overlay=open]) .app-sidebar .main-logo.toggle-logo {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment