Đăng nhập
diff --git a/src/app/components/products/physical/category-detail/category-detail.component.html b/src/app/components/products/physical/category-detail/category-detail.component.html
index 0356564..f32d572 100644
--- a/src/app/components/products/physical/category-detail/category-detail.component.html
+++ b/src/app/components/products/physical/category-detail/category-detail.component.html
@@ -26,7 +26,7 @@
style="width: 20px">
{{ product.name }} |
- {{ product.cost - product.cost * product.discountPercent / 100 }} |
+ {{ product.cost - product.cost * product.discountPercent / 100 | currency : "VND" }} |
diff --git a/src/app/components/products/physical/category-detail/category-detail.component.scss b/src/app/components/products/physical/category-detail/category-detail.component.scss
index e69de29..0541f1a 100644
--- a/src/app/components/products/physical/category-detail/category-detail.component.scss
+++ b/src/app/components/products/physical/category-detail/category-detail.component.scss
@@ -0,0 +1,3 @@
+th, td {
+ text-align: center;
+}
\ No newline at end of file
diff --git a/src/app/components/products/physical/category/category.component.html b/src/app/components/products/physical/category/category.component.html
index da6a282..eed6dd1 100644
--- a/src/app/components/products/physical/category/category.component.html
+++ b/src/app/components/products/physical/category/category.component.html
@@ -60,7 +60,7 @@
|