fix: 修改标签页样式

This commit is contained in:
xiaoxian521
2021-06-28 15:40:23 +08:00
parent 3b86ad6fe8
commit 0cc4f2660e
3 changed files with 33 additions and 29 deletions

View File

@@ -79,8 +79,8 @@ export default {
setup() {
const router = useRouter();
// 默认卡片模式
const markValue = ref(storageLocal.getItem("showModel") || "card");
// 默认灵动模式
const markValue = ref(storageLocal.getItem("showModel") || "smart");
const logoVal = ref(storageLocal.getItem("logoVal") || "1");