修复周三测试提出的住数据bug

This commit is contained in:
hyt 2024-07-22 08:47:28 +08:00
parent 325af2ffc4
commit 316fc54137
3 changed files with 9 additions and 3 deletions

View File

@ -29,7 +29,7 @@
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
@select="select" @select="select"
@select-all="selectAll" @select-all="selectAll"
style="width: 100%" style="width: 100%;"
:cell-class-name="tableCellName" :cell-class-name="tableCellName"
:height="tableHeight" :height="tableHeight"
:max-height="tableMaxHeight" :max-height="tableMaxHeight"

View File

@ -655,4 +655,10 @@ export default {
} }
} }
} }
::v-deep .el-table{
max-height: calc(100vh - 230px) !important;
}
::v-deep .el-table__body-wrapper{
max-height: calc(100vh - 230px) !important;
}
</style> </style>

View File

@ -39,9 +39,9 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://hzya.ufyct.com:9067/`, // target: `http://hzya.ufyct.com:9067/`,
// target: `http://127.0.0.1:9081/`, // target: `http://127.0.0.1:9081/`,
// target: `http://192.168.2.78:9999`, target: `http://192.168.2.78:9999`,
// target: `http://192.168.2.83:9999`, // target: `http://192.168.2.83:9999`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {