Browse Source

修正搜索框宽度

loki.wu 10 months ago
parent
commit
303cbce042

+ 1 - 2
lib/pages/consultation_record_view/widgets/consultation_record_filter.dart

@@ -31,9 +31,8 @@ class ConsultationRecordFilter extends GetView<ConsultationRecordViewController>
               Container(
                 alignment: Alignment.centerLeft,
                 margin: const EdgeInsets.all(10.0), // 设置外边距
-
                 height: 60,
-                width: 410,
+                width: 350,
                 child: VSearchInput(
                   onClear: () {},
                   clearable: true,