fix: BUG修改

This commit is contained in:
kun 2023-09-12 15:40:18 +08:00
parent 715d821095
commit f7eb6a8952
4 changed files with 14 additions and 14 deletions

View File

@ -2,9 +2,9 @@
NODE_ENV = 'development' NODE_ENV = 'development'
# 本地环境接口地址(/api/index.ts文件中使用) # 本地环境接口地址(/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_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=' # VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='

View File

@ -4,7 +4,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #f6f6f6; background-color: #f6f6f6;
padding-bottom: 20px;
.type-select { .type-select {
display: grid; display: grid;
grid-template-columns: repeat(5, 1fr); grid-template-columns: repeat(5, 1fr);
@ -40,7 +39,7 @@
.table-box { .table-box {
width: auto !important; width: auto !important;
margin: 0 20px; margin: 0 20px;
height: calc(100% - 76px); height: calc(100% - 168px);
:deep() { :deep() {
.table { .table {
display: flex; display: flex;
@ -61,6 +60,7 @@
border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
margin: 0 20px; margin: 0 20px;
margin-bottom: 20px;
> span { > span {
margin-left: 10px; margin-left: 10px;
font-size: 13px; font-size: 13px;
@ -111,8 +111,8 @@
background-color: #fff7e5; background-color: #fff7e5;
} }
.el-table .range-three, .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 { .el-table .range-three .el-table-fixed-column--left {
background-color: rgba(0, 139, 255, 0.1); background-color: #e6f3ff;
} }
} }

View File

@ -4,7 +4,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #f6f6f6; background-color: #f6f6f6;
padding-bottom: 20px;
.type-select { .type-select {
display: grid; display: grid;
grid-template-columns: repeat(5, 1fr); grid-template-columns: repeat(5, 1fr);
@ -40,7 +39,7 @@
.table-box { .table-box {
width: auto !important; width: auto !important;
margin: 0 20px; margin: 0 20px;
height: calc(100% - 76px); height: calc(100% - 281px);
:deep() { :deep() {
.table { .table {
display: flex; display: flex;
@ -61,6 +60,7 @@
border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
margin: 0 20px; margin: 0 20px;
margin-bottom: 20px;
> span { > span {
margin-left: 10px; margin-left: 10px;
font-size: 13px; font-size: 13px;
@ -111,8 +111,8 @@
background-color: #fff7e5; background-color: #fff7e5;
} }
.el-table .range-three, .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 { .el-table .range-three .el-table-fixed-column--left {
background-color: rgba(0, 139, 255, 0.1); background-color: #e6f3ff;
} }
} }

View File

@ -4,7 +4,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #f6f6f6; background-color: #f6f6f6;
padding-bottom: 20px;
.type-select { .type-select {
display: grid; display: grid;
grid-template-columns: repeat(5, 1fr); grid-template-columns: repeat(5, 1fr);
@ -40,7 +39,7 @@
.table-box { .table-box {
width: auto !important; width: auto !important;
margin: 0 20px; margin: 0 20px;
height: calc(100% - 76px); height: calc(100% - 168px);
:deep() { :deep() {
.table { .table {
display: flex; display: flex;
@ -61,6 +60,7 @@
border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
margin: 0 20px; margin: 0 20px;
margin-bottom: 20px;
> span { > span {
margin-left: 10px; margin-left: 10px;
font-size: 13px; font-size: 13px;
@ -111,8 +111,8 @@
background-color: #fff7e5; background-color: #fff7e5;
} }
.el-table .range-three, .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 { .el-table .range-three .el-table-fixed-column--left {
background-color: rgba(0, 139, 255, 0.1); background-color: #e6f3ff;
} }
} }