Trae AI 5 days ago
parent
commit
84e6dc19bd
  1. BIN
      images/OIP-C.png
  2. 4
      pages/freight-calculator/index.js
  3. 3
      pages/freight-calculator/index.wxss

BIN
images/OIP-C.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

4
pages/freight-calculator/index.js

@ -44,14 +44,14 @@ Page({
{ {
id: 2, id: 2,
name: '李四', name: '李四',
position: '配送专员', position: '物流经理',
experience: 3, experience: 3,
phone: '13900139000' phone: '13900139000'
}, },
{ {
id: 3, id: 3,
name: '王五', name: '王五',
position: '调度员', position: '物流经理',
experience: 2, experience: 2,
phone: '13700137000' phone: '13700137000'
} }

3
pages/freight-calculator/index.wxss

@ -57,6 +57,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 20rpx; gap: 20rpx;
box-sizing: border-box;
} }
.personnel-card { .personnel-card {
@ -66,6 +67,7 @@
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.08); box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.08);
border: 1rpx solid #e8e8e8; border: 1rpx solid #e8e8e8;
width: 100%; width: 100%;
box-sizing: border-box;
transition: all 0.3s ease; transition: all 0.3s ease;
} }
@ -222,6 +224,7 @@
margin-bottom: 16rpx; margin-bottom: 16rpx;
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05); box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
width: 100%; width: 100%;
box-sizing: border-box;
} }
.section-title { .section-title {

Loading…
Cancel
Save