首页细节调整

This commit is contained in:
2026-02-06 16:18:04 +08:00
parent d00f0b7412
commit 57846534bc
86 changed files with 2751 additions and 3074 deletions

View File

@@ -123,7 +123,7 @@ const orderList = ref<RefundOrder[]>([
id: 1,
refundId: '541647750949765120',
orderId: 'cp541646979248160768',
productImg: 'https://p.demo.crmeb.net/uploads/attach/2024/09/20240905/66d87e35b7e9b.jpg',
productImg: '/static/logo.png',
productName: 'FOMIX 蛋壳椅 进口头层牛皮橙色单人沙发椅Egg chair设计师蛋壳椅 Egg chai...',
userInfo: '181****3601',
payPrice: 7580.00,
@@ -136,7 +136,7 @@ const orderList = ref<RefundOrder[]>([
id: 2,
refundId: '541638371601022976',
orderId: 'cp541638302298537984',
productImg: 'https://p.demo.crmeb.net/uploads/attach/2024/09/20240905/66d87e35b7e9b.jpg',
productImg: '/static/logo.png',
productName: 'UR2024夏季新款女装复古纯欲氛围感一字肩短款T恤衫UWG440060',
userInfo: '陌年微凉',
payPrice: 89.05,
@@ -149,7 +149,7 @@ const orderList = ref<RefundOrder[]>([
id: 3,
refundId: '540965628471672832',
orderId: 'cp540873996820807680',
productImg: 'https://p.demo.crmeb.net/uploads/attach/2024/09/20240905/66d87e35b7e9b.jpg',
productImg: '/static/logo.png',
productName: '爱奇艺智能 奇遇LT01 投影仪 家用卧室超高清手机便携式投影机 (4K超清 支...',
userInfo: '隆胜科技',
payPrice: 1.00,
@@ -162,7 +162,7 @@ const orderList = ref<RefundOrder[]>([
id: 4,
refundId: '5409655559492149248',
orderId: 'cp540964778781179904',
productImg: 'https://p.demo.crmeb.net/uploads/attach/2024/09/20240905/66d87e35b7e9b.jpg',
productImg: '/static/logo.png',
productName: '广儿穿了就会霹死',
userInfo: '隆胜科技',
payPrice: 579.00,
@@ -175,7 +175,7 @@ const orderList = ref<RefundOrder[]>([
id: 5,
refundId: '540965491796082688',
orderId: 'cp540964551848361984',
productImg: 'https://p.demo.crmeb.net/uploads/attach/2024/09/20240905/66d87e35b7e9b.jpg',
productImg: '/static/logo.png',
productName: 'CHICVEN「摩登工业」科技感反光渐变羽绒服立领面包服外套女冬季',
userInfo: '隆胜科技',
payPrice: 900.00,
@@ -188,7 +188,7 @@ const orderList = ref<RefundOrder[]>([
id: 6,
refundId: '540579611755413504',
orderId: 'cp537676043612323840',
productImg: 'https://p.demo.crmeb.net/uploads/attach/2024/09/20240905/66d87e35b7e9b.jpg',
productImg: '/static/logo.png',
productName: 'UR2024夏季新款女装复古纯欲氛围感一字肩短款T恤衫UWG440060',
userInfo: '杨咩咩Tel',
payPrice: 0.00,
@@ -296,11 +296,13 @@ const handleQuery = () => { console.log('Querying...') }
background-color: #fff;
display: flex;
flex-direction: column;
overflow-x: auto;
}
.table-container {
display: flex;
flex-direction: column;
min-width: 1400px;
}
.table-header-row {
@@ -347,6 +349,7 @@ const handleQuery = () => { console.log('Querying...') }
height: 40px;
border-radius: 4px;
background-color: #f5f5f5;
flex-shrink: 0;
}
.product-detail {
flex: 1;