|
@@ -254,7 +254,7 @@ class _followUpRecordCard extends StatelessWidget {
|
|
|
runSpacing: 8,
|
|
|
children: [
|
|
|
SizedBox(
|
|
|
- width: 300,
|
|
|
+ width: 250,
|
|
|
child: RecordCommonItem(
|
|
|
itemName: '姓名',
|
|
|
itemValue: dto.patientName ?? "",
|
|
@@ -278,7 +278,7 @@ class _followUpRecordCard extends StatelessWidget {
|
|
|
runSpacing: 8,
|
|
|
children: [
|
|
|
SizedBox(
|
|
|
- width: 300,
|
|
|
+ width: 250,
|
|
|
child: RecordCommonItem(
|
|
|
itemName: '随访医生',
|
|
|
itemValue: dataDto.followUpDoctor ?? "",
|