no message
This commit is contained in:
parent
6a963c20e2
commit
047965aede
|
|
@ -821,11 +821,12 @@ class MobileEndCompleted extends StatelessWidget {
|
|||
Expanded(
|
||||
flex: 4,
|
||||
child: Material(
|
||||
color: Color.fromRGBO(104, 136, 253, 1),
|
||||
color: Color.fromRGBO(244, 244, 244, 1),
|
||||
borderRadius: BorderRadius.circular(16.r),
|
||||
child: InkWell(
|
||||
onTap: () =>
|
||||
easyThrottle('OneClickReview', () => showStudentList([task.id], task.className, true)),
|
||||
splashColor: Theme.of(context).primaryColor,
|
||||
borderRadius: BorderRadius.circular(8.r),
|
||||
child: Container(
|
||||
alignment: Alignment.center,
|
||||
|
|
@ -833,7 +834,8 @@ class MobileEndCompleted extends StatelessWidget {
|
|||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(20.r),
|
||||
),
|
||||
child: quickText('已提交:${task.commitStudentCount}', size: 10.sp, color: Colors.white),
|
||||
child: quickText('已提交:${task.commitStudentCount}',
|
||||
size: 10.sp, color: Color.fromRGBO(102, 102, 102, 1)),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
@ -1326,9 +1328,10 @@ Widget $itemDataView(
|
|||
Expanded(
|
||||
flex: 4,
|
||||
child: Material(
|
||||
color: Color.fromRGBO(104, 136, 253, 1),
|
||||
color: Color.fromRGBO(244, 244, 244, 1),
|
||||
borderRadius: BorderRadius.circular(16.r),
|
||||
child: InkWell(
|
||||
splashColor: Theme.of(context).primaryColor,
|
||||
onTap: () => easyThrottle('OneClickReview', () {
|
||||
if (!task.canMarking) {
|
||||
return AchievementView(
|
||||
|
|
@ -1348,7 +1351,7 @@ Widget $itemDataView(
|
|||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(20.r),
|
||||
),
|
||||
child: quickText('一键批阅', size: 10.sp, color: Colors.white),
|
||||
child: quickText('一键批阅', size: 10.sp, color: Color.fromRGBO(102, 102, 102, 1)),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
@ -1360,6 +1363,7 @@ Widget $itemDataView(
|
|||
color: Color.fromRGBO(244, 244, 244, 1),
|
||||
borderRadius: BorderRadius.circular(20.r),
|
||||
child: InkWell(
|
||||
splashColor: Theme.of(context).primaryColor,
|
||||
onTap: () => quickDataCheck(task),
|
||||
borderRadius: BorderRadius.circular(8.r),
|
||||
child: Container(
|
||||
|
|
@ -1379,6 +1383,7 @@ Widget $itemDataView(
|
|||
borderRadius: BorderRadius.circular(20.r),
|
||||
child: InkWell(
|
||||
onTap: () => bookmarks(task),
|
||||
splashColor: Theme.of(context).primaryColor,
|
||||
borderRadius: BorderRadius.circular(8.r),
|
||||
child: Container(
|
||||
alignment: Alignment.center,
|
||||
|
|
|
|||
Loading…
Reference in New Issue