Commit 2a08846f authored by TTS Kieu Tuan Anh's avatar TTS Kieu Tuan Anh

fix props vue

parent 4e23304f
...@@ -212,7 +212,6 @@ ...@@ -212,7 +212,6 @@
v-model="category_id" v-model="category_id"
:items="categories" :items="categories"
:search="search" :search="search"
:filter="filter"
item-text="name" item-text="name"
item-value="id" item-value="id"
label="Category" label="Category"
...@@ -667,7 +666,7 @@ export default { ...@@ -667,7 +666,7 @@ export default {
padding-left: 90px !important; padding-left: 90px !important;
} }
img { img {
width: 100%; width: 100px;
height: 100%; height: 150px;
} }
</style> </style>
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