panhui 2 лет назад
Родитель
Сommit
a7b79938d6
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      src/components/common/MaskPannel.vue

+ 8 - 1
src/components/common/MaskPannel.vue

@@ -21,7 +21,14 @@
         </n-grid>
 
         <div class="flex py-[20%]">
-            <n-button type="text" @click="refreash()" size="large" class="flex-1 !bg-white !border-0 dark:!bg-[#20223C]" round>
+            <n-button
+                text
+                @click="refreash()"
+                size="large"
+                class="flex-1 !px-[22px] !rounded-[30px] !bg-white !border-0 dark:!bg-[#20223C]"
+                round
+                :color="isDark ? '#fff' : '#000'"
+            >
                 <template #icon>
                     <img :src="isDark ? freashIconDark : freashIcon" alt="" />
                 </template>