|
@@ -51,7 +51,8 @@ class _FStaticTextState extends State<FStaticText> {
|
|
|
text = text.trim();
|
|
|
emptySpaces.add(FText(text));
|
|
|
emptySpaces.add(const FExpanded(child: FSizedBox()));
|
|
|
- } else if (preTextSpacesConut >= 5) {
|
|
|
+ } else if (preTextSpacesConut >= 5 && !text.contains('检查医师')) {
|
|
|
+ ///这个检查医师是为了兼容“苏州阳光护理院”这个模板中的空格
|
|
|
emptySpaces.add(const FExpanded(child: FSizedBox()));
|
|
|
text = text.trim();
|
|
|
emptySpaces.add(FText(text));
|