feat: 迁移消息信息操作卡片

This commit is contained in:
augushong
2025-08-31 12:03:12 +08:00
parent b34f6c00e7
commit c2f7b26a53
11 changed files with 91 additions and 126 deletions

View File

@@ -356,43 +356,6 @@
overflow: hidden;
}
.ul-card-message {
border-radius: 10px 10px 0 0;
background-color: #fff;
}
.ul-card-message .header {
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
font-weight: 600;
border-bottom: 2px solid #eee;
}
.ul-card-message .body {
padding: 15px;
padding-bottom: 0;
}
.ul-card-message .body .item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
line-height: 1.8;
margin-bottom: 10px;
}
.ul-card-message .body .item .item-title {
width: 90px;
color: #999;
}
.ul-card-message .body .item .item-value {
white-space: normal;
width: calc(100% - 90px);
}
.ul-card-message .footer {
text-align: right;
padding: 15px;
}
.ul-group-title-simple {
line-height: 30px;
font-size: 16px;
@@ -1012,6 +975,43 @@
padding: 5px 15px 5px 15px;
}
.ul-card-message {
border-radius: 10px 10px 0 0;
background-color: #fff;
}
.ul-card-message .header {
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
font-weight: 600;
border-bottom: 2px solid #eee;
}
.ul-card-message .body {
padding: 15px;
padding-bottom: 0;
}
.ul-card-message .body .item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
line-height: 1.8;
margin-bottom: 10px;
}
.ul-card-message .body .item .item-title {
width: 90px;
color: #999;
}
.ul-card-message .body .item .item-value {
white-space: normal;
width: calc(100% - 90px);
}
.ul-card-message .footer {
text-align: right;
padding: 15px;
}
.ul-card-money {
padding: 26px;
background-color: #1E9FFF;

File diff suppressed because one or more lines are too long