feat: update

This commit is contained in:
chashaobao
2025-09-19 23:49:31 +08:00
parent 8e42fef4f7
commit 1d8a0d7a33
10 changed files with 164 additions and 81 deletions

View File

@ -52,7 +52,11 @@
font-size: 28px;
line-height: 32px;
color: @blColor;
gap: 20px;
&-item {
display: flex;
}
.title {
margin-right: 5px;
}
@ -61,11 +65,17 @@
padding: 0 24px;
}
&__overlay-outer {
top: 82px;
top: 72px;
}
&__overlay-inner {
width: 100%;
max-height: 100%;
overflow: hidden;
.bl-select__items-container {
max-height: calc(100vh - 560rpx);
overflow-y: auto;
}
}
&__tips-container {
@ -91,8 +101,6 @@
margin-top: 50px;
}
&__popup {
&-content {
.flex-column();