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

fix bug1-2-3

parent 4cb699ee
......@@ -36,13 +36,13 @@
</div>
</div>
<div class="d-flex align-center none-tag">
<v-icon>mdi-tag</v-icon>
<!-- <v-icon>mdi-tag</v-icon>
<span class="mx-2">
Special offer
</span>
<span class="mx-2">
Buy riode!
</span>
</span> -->
</div>
</div>
</v-container>
......
......@@ -74,6 +74,25 @@ export default {
</script>
<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{
font-family: monospace;
}
......
......@@ -171,7 +171,7 @@
:filter="filter"
item-text="name"
item-value="id"
label="Parent*"
label="Parent"
>
<template #item="{item}">
<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