เพิ่ม icon
This commit is contained in:
parent
b3a8f54f37
commit
9627f09f3b
15 changed files with 29 additions and 62 deletions
|
|
@ -12,7 +12,7 @@ const currentRouteName = router.currentRoute.value.name;
|
|||
const currentRoute = ref(currentRouteName);
|
||||
const text = ref('');
|
||||
const tabManu = [
|
||||
{name: 'metadata',label:'ข้อมูลหลัก',path: 'metadata'},
|
||||
{name: 'metadata',label:'ข้อมูลหลัก',path: 'metadata',},
|
||||
{name: 'organizational',label:'โครงสร้างอัตรากำลัง',path: 'organizational'},
|
||||
{name: '3',label:'ทะเบียนประวัติ',path: ''},
|
||||
{name: '4',label:'ทะเบียนประวัติลูกจ้าง',path: ''},
|
||||
|
|
@ -259,7 +259,7 @@ window.onpopstate = function() {
|
|||
</q-page>
|
||||
<!-- place QPageScroller at end of page -->
|
||||
<q-page-scroller position="bottom-right" :scroll-offset="150" :offset="[18, 50]">
|
||||
<q-btn fab icon="keyboard_arrow_up" color="blue" />
|
||||
<q-btn fab icon="keyboard_arrow_up" color="primary" />
|
||||
</q-page-scroller>
|
||||
</q-page-container>
|
||||
</q-layout>
|
||||
|
|
@ -345,4 +345,10 @@ window.onpopstate = function() {
|
|||
color: #02A998;
|
||||
}
|
||||
|
||||
.menu-icon {
|
||||
width: 24px; /* ปรับขนาดตามต้องการ */
|
||||
height: 24px; /* ปรับขนาดตามต้องการ */
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue