fix: BUG修改
This commit is contained in:
parent
715d821095
commit
f7eb6a8952
@ -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='
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user