feat: 新增提现记录功能及相关调整

- 新增提现记录页面并在pages.json中注册路由
- 在存款操作页添加提现记录入口
- 新增两个提现相关的API接口
- 修复发票详情页CSS深度选择器兼容性问题
- 修复操作页面末尾缺失的换行符
This commit is contained in:
pikachu1995@126.com
2026-05-20 11:30:15 +08:00
parent b7cfe13ffd
commit d5663cfb4d
5 changed files with 284 additions and 3 deletions

View File

@@ -368,12 +368,12 @@ export default {
color: #333333;
}
/deep/ .u-cell__value {
::v-deep .u-cell__value {
flex: 1.6;
overflow: visible;
}
/deep/ .u-cell__value-text {
::v-deep .u-cell__value-text {
white-space: normal;
word-break: break-all;
}