diff --git a/src/assets/icons/send_bold.svg b/src/assets/icons/send_bold.svg new file mode 100644 index 0000000..c87d205 --- /dev/null +++ b/src/assets/icons/send_bold.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/images/dressfor.png b/src/assets/images/dressfor.png new file mode 100644 index 0000000..b8db2ae Binary files /dev/null and b/src/assets/images/dressfor.png differ diff --git a/src/views/Workshop/product.vue b/src/views/Workshop/product.vue index cf5a964..6bd45b4 100644 --- a/src/views/Workshop/product.vue +++ b/src/views/Workshop/product.vue @@ -132,7 +132,7 @@ const { isLoading } = toRefs(data);
- Go with this look? + {{ isHistoryFlow?'Generate Result':'Go with this look?' }}
@@ -303,6 +303,9 @@ const { isLoading } = toRefs(data); background-color: #000; } } + .btnItem .text{ + color: #000; + } } } } diff --git a/src/views/Workshop/selectStyle/index.vue b/src/views/Workshop/selectStyle/index.vue index eebf785..665b38a 100644 --- a/src/views/Workshop/selectStyle/index.vue +++ b/src/views/Workshop/selectStyle/index.vue @@ -172,7 +172,7 @@ const { styleListVue } = toRefs(dataDom);
-
+