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