diff --git a/config/index.js b/config/index.js index 45fc349..cd4a791 100644 --- a/config/index.js +++ b/config/index.js @@ -79,7 +79,7 @@ }, // Various Dev Server settings - host: "192.168.20.97", // can be overwritten by process.env.HOST + host: "localhost", // can be overwritten by process.env.HOST port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, diff --git a/config/index.js b/config/index.js index 45fc349..cd4a791 100644 --- a/config/index.js +++ b/config/index.js @@ -79,7 +79,7 @@ }, // Various Dev Server settings - host: "192.168.20.97", // can be overwritten by process.env.HOST + host: "localhost", // can be overwritten by process.env.HOST port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, diff --git a/src/assets/css/skincolor.scss b/src/assets/css/skincolor.scss index f39f27d..7140c70 100644 --- a/src/assets/css/skincolor.scss +++ b/src/assets/css/skincolor.scss @@ -361,13 +361,13 @@ } /* 分页 A*/ .el-pagination button:disabled { - background-color: #fdfdfd12 !important; + background-color: #999 !important; color: #999 !important; } .el-pagination .btn-next, .el-pagination .btn-prev { - background-color: #999 !important; + background-color: var(--btnbgc) !important; color: white !important; }