|
|
|
@ -859,7 +859,7 @@ export default {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border: none;
|
|
|
|
|
width: vw(64);
|
|
|
|
|
// width: vw(64);
|
|
|
|
|
height: vh(40);
|
|
|
|
|
background: #1e80eb;
|
|
|
|
|
border-radius: vw(4);
|
|
|
|
@ -875,7 +875,7 @@ export default {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: vw(64);
|
|
|
|
|
// width: vw(64);
|
|
|
|
|
height: vh(40);
|
|
|
|
|
border: vw(1) solid #1e80eb;
|
|
|
|
|
border-radius: vw(4);
|
|
|
|
@ -889,4 +889,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
::v-deep .el-range-editor--medium .el-range-input{
|
|
|
|
|
font-size: vb(14);
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|