diff --git a/components.d.ts b/components.d.ts
index 00a5deb..5ac0b26 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -35,6 +35,7 @@ declare module 'vue' {
CustomRankList: typeof import('./src/components/custom-rank-list/index.vue')['default']
CustomRichEditor: typeof import('./src/components/custom-rich-editor/index.vue')['default']
CustomScrollBoard: typeof import('./src/components/custom-scroll-board/index.vue')['default']
+ CustomScrollTitle: typeof import('./src/components/custom-scroll-title/index.vue')['default']
CustomTableOperate: typeof import('./src/components/custom-table-operate/index.vue')['default']
CustomTableTree: typeof import('./src/components/custom-table-tree/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
diff --git a/src/components/custom-carousel-picture/index.vue b/src/components/custom-carousel-picture/index.vue
index b56e074..99927e9 100644
--- a/src/components/custom-carousel-picture/index.vue
+++ b/src/components/custom-carousel-picture/index.vue
@@ -129,103 +129,90 @@ const handlePlay = () => {
diff --git a/src/components/custom-table-tree/index.vue b/src/components/custom-table-tree/index.vue
index e9125ec..460f2e0 100644
--- a/src/components/custom-table-tree/index.vue
+++ b/src/components/custom-table-tree/index.vue
@@ -86,33 +86,28 @@ const handleNodeClick = (data, node) => {
diff --git a/src/router/index.js b/src/router/index.js
index 80dd2bd..c644a7a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -74,6 +74,12 @@ export const constantRoutes = [
],
},
...demoRouters,
+ {
+ path: '/test',
+ name: 'test',
+ component: () => import('@/views/test/index.vue'),
+ hidden: true,
+ },
];
/**
diff --git a/src/styles/style.scss b/src/styles/style.scss
index f00f8a6..514b007 100644
--- a/src/styles/style.scss
+++ b/src/styles/style.scss
@@ -1,6 +1,5 @@
@import 'common/base';
@import 'common/define';
-
#app {
position: relative;
width: 100%;
@@ -8,8 +7,9 @@
font-family: Avenir, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- background-color: #fff;
+ background-color: #ffffff;
}
+
// .el-dialog__body {
// overflow: hidden auto;
// height: auto;
diff --git a/src/views/demo/rank.vue b/src/views/demo/rank.vue
index b08f2fb..919d943 100644
--- a/src/views/demo/rank.vue
+++ b/src/views/demo/rank.vue
@@ -52,12 +52,11 @@ const options = ref({