This commit is contained in:
shijingjing
2022-08-02 10:17:53 +08:00
parent a2b19a5f5e
commit 26ced60225

View File

@@ -873,7 +873,7 @@ export default {
.customPop {
padding: 80px 32px 20px 32px;
box-sizing: border-box;
height: 700px;
height: 660px;
.startTime,
.endTime {
@@ -891,6 +891,11 @@ export default {
color: #fff;
margin-top: 164px;
}
::v-deep .u-close {
z-index: auto;
}
}
}
</style>