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
ed4633ee
Commit
ed4633ee
authored
Apr 14, 2023
by
Le Dinh Trung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug1-2-3
parent
4cb699ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
3 deletions
+22
-3
NavBar.vue
components/user/NavBar.vue
+2
-2
user.vue
layouts/user.vue
+19
-0
index.vue
pages/categories/index.vue
+1
-1
No files found.
components/user/NavBar.vue
View file @
ed4633ee
...
@@ -36,13 +36,13 @@
...
@@ -36,13 +36,13 @@
</div>
</div>
</div>
</div>
<div
class=
"d-flex align-center none-tag"
>
<div
class=
"d-flex align-center none-tag"
>
<v-icon>
mdi-tag
</v-icon>
<
!--
<
v-icon>
mdi-tag
</v-icon>
<span
class=
"mx-2"
>
<span
class=
"mx-2"
>
Special offer
Special offer
</span>
</span>
<span
class=
"mx-2"
>
<span
class=
"mx-2"
>
Buy riode!
Buy riode!
</span>
</span>
-->
</div>
</div>
</div>
</div>
</v-container>
</v-container>
...
...
layouts/user.vue
View file @
ed4633ee
...
@@ -74,6 +74,25 @@ export default {
...
@@ -74,6 +74,25 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
/* width */
::-webkit-scrollbar
{
width
:
10px
;
height
:
15px
;
}
/* Track */
::-webkit-scrollbar-track
{
background
:
#f1f1f1
;
}
/* Handle */
::-webkit-scrollbar-thumb
{
background
:
#888
;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{
background
:
#555
;
}
body
{
body
{
font-family
:
monospace
;
font-family
:
monospace
;
}
}
...
...
pages/categories/index.vue
View file @
ed4633ee
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
:filter=
"filter"
:filter=
"filter"
item-text=
"name"
item-text=
"name"
item-value=
"id"
item-value=
"id"
label=
"Parent
*
"
label=
"Parent"
>
>
<
template
#item
="{
item
}"
>
<
template
#item
="{
item
}"
>
<div
:class=
"`category-$
{item.depth}`">
<div
:class=
"`category-$
{item.depth}`">
...
...
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