|
@@ -112,7 +112,7 @@ class FollowUpController extends GetxController {
|
|
|
if (state.followUpTime == null ||
|
|
|
state.nextFollowUpTime == null ||
|
|
|
state.followUpMode == null) {
|
|
|
- PromptBox.snackbar("带*为必填项,不能为空",
|
|
|
+ PromptBox.snackbar("",
|
|
|
messageText: RichText(
|
|
|
text: TextSpan(
|
|
|
children: [
|
|
@@ -120,20 +120,20 @@ class FollowUpController extends GetxController {
|
|
|
text: "带",
|
|
|
style: const TextStyle(
|
|
|
color: Colors.black,
|
|
|
- fontSize: 20,
|
|
|
+ fontSize: 30,
|
|
|
fontFamily: "NotoSansSC",
|
|
|
fontFamilyFallback: const ["NotoSansSC"],
|
|
|
),
|
|
|
),
|
|
|
TextSpan(
|
|
|
- text: "*",
|
|
|
- style: const TextStyle(color: Colors.red, fontSize: 40),
|
|
|
+ text: " * ",
|
|
|
+ style: const TextStyle(color: Colors.red, fontSize: 35),
|
|
|
),
|
|
|
TextSpan(
|
|
|
text: "为必填项,不能为空",
|
|
|
style: const TextStyle(
|
|
|
color: Colors.black,
|
|
|
- fontSize: 20,
|
|
|
+ fontSize: 30,
|
|
|
fontFamily: "NotoSansSC",
|
|
|
fontFamilyFallback: const ["NotoSansSC"],
|
|
|
),
|