|
@@ -70,7 +70,6 @@ class FeedBackPage extends BasePage<FeedBackController> {
|
|
|
fontSize: 14.sp,
|
|
fontSize: 14.sp,
|
|
|
color: ColorName.black)),
|
|
color: ColorName.black)),
|
|
|
),
|
|
),
|
|
|
- Spacer(),
|
|
|
|
|
],
|
|
],
|
|
|
)
|
|
)
|
|
|
],
|
|
],
|
|
@@ -80,6 +79,7 @@ class FeedBackPage extends BasePage<FeedBackController> {
|
|
|
Widget buildFeedbackPrintView() {
|
|
Widget buildFeedbackPrintView() {
|
|
|
return Container(
|
|
return Container(
|
|
|
margin: EdgeInsets.symmetric(horizontal: 12.w),
|
|
margin: EdgeInsets.symmetric(horizontal: 12.w),
|
|
|
|
|
+ height: 270.h,
|
|
|
decoration: BoxDecoration(
|
|
decoration: BoxDecoration(
|
|
|
color: '#FAFAFA'.color,
|
|
color: '#FAFAFA'.color,
|
|
|
borderRadius: BorderRadius.circular(6.w),
|
|
borderRadius: BorderRadius.circular(6.w),
|
|
@@ -103,6 +103,7 @@ class FeedBackPage extends BasePage<FeedBackController> {
|
|
|
onChanged: (value) {
|
|
onChanged: (value) {
|
|
|
controller.content = value;
|
|
controller.content = value;
|
|
|
},
|
|
},
|
|
|
|
|
+ scrollPhysics: ClampingScrollPhysics(),
|
|
|
),
|
|
),
|
|
|
Obx(() {
|
|
Obx(() {
|
|
|
return Positioned(
|
|
return Positioned(
|