设置的实时变动
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-11 14:07:16 +08:00
parent b65bb3d53c
commit 76f8a03177
9 changed files with 118 additions and 105 deletions

View File

@@ -108,11 +108,7 @@ watch(isMobile, (value) => {
</script>
<template>
<n-grid
v-if="problem"
x-gap="16"
:cols="screenModeStore.isBothMode ? 2 : 1"
>
<n-grid v-if="problem" x-gap="16" :cols="screenModeStore.isBothMode ? 2 : 1">
<n-gi :span="isDesktop ? 1 : 2" v-if="shouldShowProblem">
<n-scrollbar v-if="isDesktop" style="max-height: calc(100vh - 92px)">
<n-tabs v-model:value="currentTab" type="segment">