Constrain archived signature display height

This commit is contained in:
Frudrax Cheng
2026-05-28 10:48:36 +08:00
parent 7747995b3f
commit 78cec2c65d
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -337,7 +337,10 @@ function AftersalesDetailPage() {
alt="客户确认签名"
style={{
maxWidth: 480,
maxHeight: 220,
width: '100%',
height: 'auto',
objectFit: 'contain',
border: '1px solid #f0f0f0',
borderRadius: 6,
background: '#fff',