ปรับ layout
This commit is contained in:
parent
0ca19ae6de
commit
240bb09456
3 changed files with 6 additions and 2 deletions
|
|
@ -10,6 +10,10 @@
|
|||
"activeIcon": "mdi-file",
|
||||
"label": "คู่มือการใช้งานระบบแอดมิน",
|
||||
"children": [
|
||||
{
|
||||
"label": "บทนำ",
|
||||
"path": "/manual/chapter-0-superadmin-maintenance"
|
||||
},
|
||||
{
|
||||
"label": "การใช้งานผู้ดูแลระบบ",
|
||||
"path": "/manual/chapter-1-superadmin-maintenance"
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ onMounted(async () => {
|
|||
|
||||
text.value = await res.text();
|
||||
found.value = true;
|
||||
chapter.value = +match[1] - 1;
|
||||
chapter.value = +match[1];
|
||||
parsed.value = md.parse(text.value, {});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ function defaultOpen(index: number) {
|
|||
style="background: #273238"
|
||||
v-model="drawerMain"
|
||||
show-if-above
|
||||
:width="260"
|
||||
:width="290"
|
||||
:breakpoint="1023"
|
||||
:mini="drawerMini"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue