Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
K
kiaisoft_tuananh_nuxt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TTS Tran Viet Anh
kiaisoft_tuananh_nuxt
Commits
cbd50836
Commit
cbd50836
authored
Mar 16, 2023
by
catea792
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add paginate number
parent
306441cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
4 deletions
+26
-4
DetailModal.vue
components/DetailModal.vue
+1
-1
_id.vue
pages/home-page/categories/_id.vue
+25
-3
No files found.
components/DetailModal.vue
View file @
cbd50836
...
...
@@ -243,7 +243,7 @@ export default {
.modal-title
{
font-size
:
30px
;
font-weight
:
bold
;
margin-left
:
-
30
px
;
margin-left
:
-
22
px
;
margin-top
:
10px
;
}
.hex-variant
{
...
...
pages/home-page/categories/_id.vue
View file @
cbd50836
...
...
@@ -6,12 +6,20 @@
<BreadCrumb
:items=
"breadcrumbItems"
/>
<v-container
class=
"pa-0"
>
<v-row
class=
"d-flex align-center pl-2 mt-2"
>
<v-col>
<v-col
class=
"d-flex align-center"
>
<v-hover
v-slot=
"
{ hover }">
<v-btn
outlined
:style=
"
{ 'background-color': hover ? '#1976d2' : '#f5f5f5','color':hover ? '#f5f5f5' : 'black' }">
FILTER
SHOW
</v-btn>
</v-hover>
<v-col
md=
"1"
>
<v-select
v-model=
"itemsPerPage"
:items=
"numberPage"
item-text=
"name"
item-value=
"id"
/>
</v-col>
</v-col>
</v-row>
<v-row
class=
"pt-5 pb-5"
>
...
...
@@ -166,7 +174,21 @@ export default {
},
itemsPerPage
:
8
,
currentPage
:
1
,
wishlish
:
[]
wishlish
:
[],
numberPage
:
[
{
name
:
'
4
'
,
id
:
4
},
{
name
:
'
8
'
,
id
:
8
},
{
name
:
'
12
'
,
id
:
12
}
]
}
},
computed
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment