保存进度!

This commit is contained in:
2025-10-24 11:45:10 +08:00
parent 44f26dd330
commit 96efb0cf53
8 changed files with 98 additions and 87 deletions

View File

@@ -72,8 +72,7 @@ Copyright © CPIC All rights reserved
</el-scrollbar>
</template>
<script lang="js">
// @ts-expect-error 之后再补充类型文件
import { hasOnlyChild } from "../../../router/index.ts";
import { hasOnlyChild } from "@/router/index.ts";
import { useRoute, useRouter } from "vue-router";
import { computed } from "vue";
@@ -102,17 +101,6 @@ export default {
.sidebar-wrapper {
@include no-select;
-webkit-touch-callout: none;
-moz-user-select: none;
/*火狐*/
-webkit-user-select: none;
/*webkit浏览器*/
-ms-user-select: none;
/*IE10*/
-khtml-user-select: none;
/*早期浏览器*/
user-select: none;
height: 100%;
width: 100%;
}