- 搜索
- 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+ {{
+ row.tuition
+ }}
+ {{ row.tuition }}
+
+
+
-
diff --git a/src/style/index.css b/src/style/index.css
index cc0f0ff..e2a5cde 100644
--- a/src/style/index.css
+++ b/src/style/index.css
@@ -186,7 +186,7 @@ pre {
.back-color {
background-color: #f5f7fb;
padding: 16px 24px;
- height: calc(100vh - 128px);
+ height: calc(94vh - 64px);
overflow-y: auto;
overflow-x: hidden;
}
diff --git a/src/style/index.less b/src/style/index.less
index 42f1256..ab04493 100644
--- a/src/style/index.less
+++ b/src/style/index.less
@@ -26,7 +26,7 @@
.back-color {
background-color: #f5f7fb;
padding: 16px 24px;
- height: calc(95vh - 64px);
+ height: calc(94vh - 64px);
overflow-y: auto;
overflow-x: hidden;
}
diff --git a/src/utils/request.js b/src/utils/request.js
index 120ad9c..d1a4d35 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -1,7 +1,6 @@
// 进行axios二次封装:使用请求与响应拦截器
import axios from "axios";
import { MessagePlugin } from "tdesign-vue-next";
-import { useRouter } from "vue-router";
// import { refreshToken } from '@/apis/token'
// import { useTokenStore } from '@/stores/index'