diff --git a/.env.development b/.env.development index bd41f8a..ffefc80 100644 --- a/.env.development +++ b/.env.development @@ -2,9 +2,9 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) -VITE_API_URL = 'http://192.168.34.155:6688' +# VITE_API_URL = 'http://192.168.34.155:6688' VITE_WPAPI_URL = "http://182.90.224.147:8081" -# VITE_API_URL = "http://182.90.224.147:6688" +VITE_API_URL = "http://182.90.224.147:6688" # 上传 # VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/src/views/enterprise/hoistingMachineryRecord/index.scss b/src/views/enterprise/hoistingMachineryRecord/index.scss index 54d8bd3..9e12d2c 100644 --- a/src/views/enterprise/hoistingMachineryRecord/index.scss +++ b/src/views/enterprise/hoistingMachineryRecord/index.scss @@ -4,7 +4,6 @@ display: flex; flex-direction: column; background-color: #f6f6f6; - padding-bottom: 20px; .type-select { display: grid; grid-template-columns: repeat(5, 1fr); @@ -40,7 +39,7 @@ .table-box { width: auto !important; margin: 0 20px; - height: calc(100% - 76px); + height: calc(100% - 168px); :deep() { .table { display: flex; @@ -61,6 +60,7 @@ border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; margin: 0 20px; + margin-bottom: 20px; > span { margin-left: 10px; font-size: 13px; @@ -111,8 +111,8 @@ background-color: #fff7e5; } .el-table .range-three, - // .el-table .range-three .el-table-fixed-column--right, + .el-table .range-three .el-table-fixed-column--right, .el-table .range-three .el-table-fixed-column--left { - background-color: rgba(0, 139, 255, 0.1); + background-color: #e6f3ff; } } diff --git a/src/views/goverment/hoistingMachineryRecord/index.scss b/src/views/goverment/hoistingMachineryRecord/index.scss index 96c3a2a..4f9610a 100644 --- a/src/views/goverment/hoistingMachineryRecord/index.scss +++ b/src/views/goverment/hoistingMachineryRecord/index.scss @@ -4,7 +4,6 @@ display: flex; flex-direction: column; background-color: #f6f6f6; - padding-bottom: 20px; .type-select { display: grid; grid-template-columns: repeat(5, 1fr); @@ -40,7 +39,7 @@ .table-box { width: auto !important; margin: 0 20px; - height: calc(100% - 76px); + height: calc(100% - 281px); :deep() { .table { display: flex; @@ -61,6 +60,7 @@ border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; margin: 0 20px; + margin-bottom: 20px; > span { margin-left: 10px; font-size: 13px; @@ -111,8 +111,8 @@ background-color: #fff7e5; } .el-table .range-three, - // .el-table .range-three .el-table-fixed-column--right, + .el-table .range-three .el-table-fixed-column--right, .el-table .range-three .el-table-fixed-column--left { - background-color: rgba(0, 139, 255, 0.1); + background-color: #e6f3ff; } } diff --git a/src/views/project/hoistingMachineryRecord/index.scss b/src/views/project/hoistingMachineryRecord/index.scss index 54d8bd3..9e12d2c 100644 --- a/src/views/project/hoistingMachineryRecord/index.scss +++ b/src/views/project/hoistingMachineryRecord/index.scss @@ -4,7 +4,6 @@ display: flex; flex-direction: column; background-color: #f6f6f6; - padding-bottom: 20px; .type-select { display: grid; grid-template-columns: repeat(5, 1fr); @@ -40,7 +39,7 @@ .table-box { width: auto !important; margin: 0 20px; - height: calc(100% - 76px); + height: calc(100% - 168px); :deep() { .table { display: flex; @@ -61,6 +60,7 @@ border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; margin: 0 20px; + margin-bottom: 20px; > span { margin-left: 10px; font-size: 13px; @@ -111,8 +111,8 @@ background-color: #fff7e5; } .el-table .range-three, - // .el-table .range-three .el-table-fixed-column--right, + .el-table .range-three .el-table-fixed-column--right, .el-table .range-three .el-table-fixed-column--left { - background-color: rgba(0, 139, 255, 0.1); + background-color: #e6f3ff; } }