1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00

feat: 允许用户关闭评价弹窗

Signed-off-by: DevDengChao <2325690622@qq.com>
This commit is contained in:
DevDengChao 2024-12-06 10:10:35 +08:00
parent 9851855de8
commit b760c8996a
2 changed files with 635 additions and 848 deletions

File diff suppressed because it is too large Load Diff

View File

@ -965,18 +965,6 @@ p.submitBtnWrap {
left: 45px;
}
.submitBtnWrap .submitBtn {
border-radius: 5px;
}
.submitBtnWrap .cancelBtn {
border-radius: 5px;
margin-left: 14px;
height: 35px;
justify-items: center;
margin-top: 8px;
}
.btn:focus {
outline: none;
}
@ -1162,13 +1150,23 @@ p.submitBtnWrap {
.submitBtnWrap .submitBtn {
margin-left: 14px;
border-radius: 5px;
}
.submitBtnWrap .cancelBtn {
border-radius: 5px;
margin-left: 14px;
height: 35px;
justify-items: center;
margin-top: 8px;
margin-top: 8px !important;
/* screen width sm */
@media (min-width: 576px) {
width: 84px;
height: 27px;
margin-top: 0 !important;
border: 0;
}
}
.submitBtn {