Commit ed4633ee authored by Le Dinh Trung's avatar Le Dinh Trung

fix bug1-2-3

parent 4cb699ee
...@@ -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>
......
...@@ -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;
} }
......
...@@ -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}`">
......
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