master
parent
81e639336a
commit
cea26c6d09
|
@ -399,7 +399,7 @@
|
||||||
}}</span>
|
}}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="开始时间" align="center" width="175">
|
<el-table-column label="开始时间" align="center" width="275">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<el-time-select
|
<el-time-select
|
||||||
|
@ -418,7 +418,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="结束时间" align="center" width="175">
|
<el-table-column label="结束时间" align="center" width="275">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
<el-time-select
|
<el-time-select
|
||||||
|
@ -1768,6 +1768,8 @@ const styleVar = computed(() => {
|
||||||
:deep(.table_box) {
|
:deep(.table_box) {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: changeHeight(421);
|
height: changeHeight(421);
|
||||||
|
height: changeHeight(461);
|
||||||
|
|
||||||
font-size: changeHeight(30) !important;
|
font-size: changeHeight(30) !important;
|
||||||
// 表格样式
|
// 表格样式
|
||||||
.el-table,
|
.el-table,
|
||||||
|
@ -1804,7 +1806,9 @@ const styleVar = computed(() => {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: changeHeight(52);
|
height: changeHeight(52);
|
||||||
line-height: changeHeight(30);
|
height: changeHeight(82);
|
||||||
|
|
||||||
|
line-height: changeHeight(40);
|
||||||
font-size: changeHeight(35);
|
font-size: changeHeight(35);
|
||||||
// font-weight: 400;
|
// font-weight: 400;
|
||||||
}
|
}
|
||||||
|
@ -2075,7 +2079,7 @@ const styleVar = computed(() => {
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 47%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
// .send_info {
|
// .send_info {
|
||||||
// box-sizing: border-box;
|
// box-sizing: border-box;
|
||||||
|
@ -2153,8 +2157,8 @@ const styleVar = computed(() => {
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
height: 68%;
|
height: 68%;
|
||||||
margin-top: 1%;
|
// margin-top: 1%;
|
||||||
margin-top: 6%;
|
margin-top: 4%;
|
||||||
|
|
||||||
:deep(.table_box1) {
|
:deep(.table_box1) {
|
||||||
// width: changeHeight(832.04);
|
// width: changeHeight(832.04);
|
||||||
|
@ -2179,6 +2183,10 @@ const styleVar = computed(() => {
|
||||||
mix-blend-mode: normal;
|
mix-blend-mode: normal;
|
||||||
border: 1px solid #00c2ff;
|
border: 1px solid #00c2ff;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
|
width: changeHeight(187.54);
|
||||||
|
font-size: changeHeight(35) !important;
|
||||||
|
height: changeHeight(61.9);
|
||||||
|
|
||||||
}
|
}
|
||||||
.send_bg {
|
.send_bg {
|
||||||
// background-image: url("@/assets/images/chargingPage/add_bg.png");
|
// background-image: url("@/assets/images/chargingPage/add_bg.png");
|
||||||
|
@ -2192,12 +2200,17 @@ const styleVar = computed(() => {
|
||||||
mix-blend-mode: normal;
|
mix-blend-mode: normal;
|
||||||
border: 1px solid #00c2ff;
|
border: 1px solid #00c2ff;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
|
width: changeHeight(187.54);
|
||||||
|
font-size: changeHeight(35) !important;
|
||||||
|
height: changeHeight(61.9);
|
||||||
}
|
}
|
||||||
:deep(.el-button) {
|
:deep(.el-button) {
|
||||||
width: changeHeight(157.54);
|
width: changeHeight(157.54);
|
||||||
height: changeHeight(51.9);
|
height: changeHeight(51.9);
|
||||||
|
width: changeHeight(257.54);
|
||||||
|
height: changeHeight(81.9);
|
||||||
|
|
||||||
font-size: changeHeight(30) !important;
|
font-size: changeHeight(45) !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2321,7 +2334,9 @@ const styleVar = computed(() => {
|
||||||
#01233c 0%,
|
#01233c 0%,
|
||||||
rgba(8, 150, 255, 0.42) 100%
|
rgba(8, 150, 255, 0.42) 100%
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2052,7 +2052,7 @@ const styleVar = computed(() => {
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
margin-top: 3%;
|
margin-top: 3%;
|
||||||
width: 95%;
|
width: 90%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
:deep(.el-form) {
|
:deep(.el-form) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -2071,11 +2071,11 @@ const styleVar = computed(() => {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
font-size: changeHeight(35) !important;
|
font-size: changeHeight(35) !important;
|
||||||
width: changeHeight(300) !important;
|
width: changeHeight(300) !important;
|
||||||
height: changeHeight(80) !important;
|
height: changeHeight(50) !important;
|
||||||
}
|
}
|
||||||
.el-select__wrapper {
|
.el-select__wrapper {
|
||||||
width: changeHeight(350) !important;
|
width: changeHeight(350) !important;
|
||||||
height: changeHeight(80) !important;
|
height: changeHeight(50) !important;
|
||||||
padding-top: 1%;
|
padding-top: 1%;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue