diff --git a/src/pages/stat/list/index.vue b/src/pages/stat/list/index.vue
index a51e04c..66053d8 100644
--- a/src/pages/stat/list/index.vue
+++ b/src/pages/stat/list/index.vue
@@ -94,7 +94,7 @@
导出数据
-
+
@@ -551,22 +551,24 @@ export default {
vertical-align: middle;
background-color: #55D3DE;
}
- /deep/.el-table__body-wrapper tr:first-child {
- td:nth-child(3) {
- border-bottom: 0 !important;
- }
- }
- /deep/.el-table__body-wrapper tr:nth-child(2n) {
- td:first-child {
- border-bottom: 0 !important;
+ /deep/.month-table {
+ .el-table__body-wrapper tr:first-child {
+ td:nth-child(3) {
+ border-bottom: 0 !important;
+ }
}
- .meta:after {
- background-color: #7ED321;
+ .el-table__body-wrapper tr:nth-child(2n) {
+ td:first-child {
+ border-bottom: 0 !important;
+ }
+ .meta:after {
+ background-color: #7ED321;
+ }
}
- }
- .el-table__body-wrapper tr:nth-child(3n) {
- .meta:after {
- background-color: #1A78F6;
+ .el-table__body-wrapper tr:nth-child(3n) {
+ .meta:after {
+ background-color: #1A78F6;
+ }
}
}
.chart{
diff --git a/src/setting.js b/src/setting.js
index 5689f17..9a5eaa2 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-11-03 14:33:21
- * @LastEditTime: 2021-11-08 16:19:17
+ * @LastEditTime: 2021-12-03 17:16:44
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \questionnaired:\code\FE_huoran_data\src\setting.js
@@ -24,7 +24,7 @@ const Setting = {
showProgressBar: true,
// 接口请求地址
// apiBaseURL: env === 'development' ? 'http://192.168.31.151:9000' : 'http://39.108.250.202:9000',// 佳坤
- apiBaseURL: env === 'development' ? 'http://39.108.250.202:9000' : 'http://39.108.250.202:9000',
+ apiBaseURL: env === 'development' ? 'http://124.71.12.62:9000' : 'http://124.71.12.62:9000',
// 接口请求返回错误时,弹窗的持续时间,单位:秒
modalDuration: 3,
// 接口请求返回错误时,弹窗的类型,可选值为 Message 或 Notice