Commit d9800e04 by Ooh-Ao

color

parent 052fc4fa
......@@ -87,36 +87,27 @@ export class NavService implements OnDestroy {
MENUITEMS: Menu[] = [
// Dashboard
{ headTitle: 'การจัดการงานประเมินผล' },
{ headTitle: 'การประเมินผล' },
{
title: 'ทะเบียนบริษัท',
title: 'การประเมินตนเอง',
icon: 'home-8-line',
type: 'sub',
type: 'link',
selected : false,
active: false,
children: [
{ path: '/dashboard/sales', title: 'ทะเบียนบริษัท', type: 'link' },
{ path: '/dashboard/ecommerce', title: 'ทะเบียนพนักงาน', type: 'link' },
{ path: '/dashboard/crypto', title: 'ทะเบียนหลัก', type: 'link' },
{ path: '/dashboard/jobs', title: 'ทะเบียนแบบฟอร์มการประเมิน', type: 'link' },
{ path: '/dashboard/nft', title: 'ทะเบียนเอกสารประเมิน', type: 'link' },
{ path: '/dashboard/analytics', title: 'รอบการประเมิน', type: 'link' },
{ path: '/dashboard/projects', title: 'รายงาน', type: 'link' },
],
path: '/dashboard/sales',
// children: [
// { path: '/dashboard/sales', title: 'ทะเบียนบริษัท', type: 'link' },
// { path: '/dashboard/ecommerce', title: 'ทะเบียนพนักงาน', type: 'link' },
// { path: '/dashboard/crypto', title: 'ทะเบียนหลัก', type: 'link' },
// { path: '/dashboard/jobs', title: 'ทะเบียนแบบฟอร์มการประเมิน', type: 'link' },
// { path: '/dashboard/nft', title: 'ทะเบียนเอกสารประเมิน', type: 'link' },
// { path: '/dashboard/analytics', title: 'รอบการประเมิน', type: 'link' },
// { path: '/dashboard/projects', title: 'รายงาน', type: 'link' },
// ],
},
//Widgets
{
title: 'ทะเบียนบริษัท',
icon: 'apps-2-line',
active: false,
badgeClass: 'badge badge-sm bg-secondary badge-hide',
badgeValue: 'new',
path: '/widgets',
selected : false,
type: 'link',
},
{
title: 'ทะเบียนพนักงาน',
title: 'ประเมินโดยหัวหน้า',
icon: 'apps-2-line',
active: false,
badgeClass: 'badge badge-sm bg-secondary badge-hide',
......@@ -125,6 +116,16 @@ export class NavService implements OnDestroy {
selected : false,
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
// { headTitle: 'GENERAL' },
// {
......
......@@ -6061,7 +6061,7 @@ select option:active,
line-height: 1.75rem;
}
.text-xs{
font-size: 0.75rem;
font-size: 1rem;
line-height: 1rem;
}
.\!font-normal{
......@@ -14419,7 +14419,7 @@ select.tabulator-page-size option{
}
[data-menu-styles=dark] .app-sidebar .slide__category{
--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) {
[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