style(代理中心-->团队收入): 账单详情组件列表增加滑动
This commit is contained in:
parent
8be3d42d75
commit
3480b30cfc
@ -8,18 +8,18 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
padding: 20px;
|
||||
padding: 15px;
|
||||
"
|
||||
>
|
||||
<!-- 标题 -->
|
||||
<div style="display: flex; justify-content: center; align-items: center">
|
||||
<div style="padding: 0 5px; display: flex; justify-content: center; align-items: center">
|
||||
<div style="margin: 0; font-size: 18px; font-weight: 600; color: #333">
|
||||
{{ t('team_member') }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 日期和类型 -->
|
||||
<div style="display: flex; justify-content: space-between; align-items: center">
|
||||
<div style="padding: 0 5px; display: flex; justify-content: space-between; align-items: center">
|
||||
<div style="color: rgba(0, 0, 0, 0.5); font-weight: 600; font-size: 1.3em">
|
||||
{{ billData?.date }}
|
||||
</div>
|
||||
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 搜索栏 -->
|
||||
<div style="display: flex; align-items: center; gap: 8px; margin-bottom: 8px">
|
||||
<div style="padding: 0 5px; display: flex; align-items: center; gap: 8px">
|
||||
<!-- 搜索框 -->
|
||||
<div
|
||||
style="
|
||||
@ -511,9 +511,17 @@ input::placeholder {
|
||||
}
|
||||
|
||||
.members-list {
|
||||
padding: 5px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.members-list::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 成员项目 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user