Browse Source

feat: 临时保存

gemercheung 1 năm trước cách đây
mục cha
commit
3972666cbe
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/home.vue

+ 6 - 0
src/views/home.vue

@@ -151,4 +151,10 @@ const { isFullscreen, enter, exit, toggle } = useFullscreen();
     }
   }
 }
+:deep(.n-carousel .n-carousel__dots.n-carousel__dots--dot .n-carousel__dot) {
+  width: 3.25rem;
+  border-radius: 10px;
+  --n-dot-color: #c5c5c5;
+  --n-dot-color-active: var(--main-primary-color);
+}
 </style>