diff --git a/src/views/Workshop/product.vue b/src/views/Workshop/product.vue index 09e84c3..104d906 100644 --- a/src/views/Workshop/product.vue +++ b/src/views/Workshop/product.vue @@ -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 d39f34a..8f74c9b 100644 --- a/src/views/Workshop/selectStyle/index.vue +++ b/src/views/Workshop/selectStyle/index.vue @@ -281,6 +281,7 @@ const { styleListVue } = toRefs(dataDom); height: 7.6rem; .text{ font-size: 3.1rem; + color: #000; font-family: satoshiMedium; } }