|
|
@@ -66,55 +66,6 @@ class NewsReportPage extends BasePage<NewsReportController> {
|
|
|
},
|
|
|
),
|
|
|
),
|
|
|
- SizedBox(height: 20.w,),
|
|
|
- Row(
|
|
|
- children: [
|
|
|
- Text("*",
|
|
|
- style: TextStyle(
|
|
|
- fontSize: 14.sp,
|
|
|
- color: '#FF3C3C'.color,
|
|
|
- fontWeight: FontWeight.w500)),
|
|
|
- Text("违规原因",
|
|
|
- style: TextStyle(
|
|
|
- fontSize: 14.sp,
|
|
|
- color: "#333333".color,
|
|
|
- fontWeight: FontWeight.w500))
|
|
|
- ],
|
|
|
- ),
|
|
|
- SizedBox(height: 10.w,),
|
|
|
- Container(
|
|
|
- height: 44.w,
|
|
|
- color: ColorName.white,
|
|
|
- child: TextField(
|
|
|
- controller: controller.reportTitleContetnController,
|
|
|
- onChanged: (text ) {
|
|
|
- controller.inputTitleText(text);
|
|
|
- },
|
|
|
- decoration: InputDecoration(
|
|
|
- hintText: "请输入违规原因",
|
|
|
- border: OutlineInputBorder(
|
|
|
- borderSide: BorderSide(
|
|
|
- color: "#12C2C2C2".color,
|
|
|
- width: 1.0,
|
|
|
- ),
|
|
|
- ),
|
|
|
- enabledBorder: OutlineInputBorder(
|
|
|
- borderSide: BorderSide(
|
|
|
- color: "#12C2C2C2".color,
|
|
|
- width: 1.0,
|
|
|
- ),
|
|
|
- ),
|
|
|
- focusedBorder: OutlineInputBorder(
|
|
|
- borderSide: BorderSide(
|
|
|
- color: "#12C2C2C2".color,
|
|
|
- width: 1.0,
|
|
|
- ),
|
|
|
- ),
|
|
|
- // errorText: _errorText,
|
|
|
- // counterText: '$_currentLength/${widget.maxLength}', // 显示字数统计
|
|
|
- ),
|
|
|
- ),
|
|
|
- ),
|
|
|
SizedBox(height: 30.w,),
|
|
|
Container(
|
|
|
child: Obx(() {
|