This commit is contained in:
X1627315083
2025-10-15 14:23:10 +08:00
parent b11047d662
commit e6ae7cc702

View File

@@ -133,10 +133,13 @@ export default defineComponent({
} }
.modal_title_text_intro{ .modal_title_text_intro{
margin-left: 4rem; margin-left: 4rem;
word-break: break-all;
white-space: pre-wrap;
} }
} }
} }
.modal_title_text_intro{
word-break: break-all;
white-space: pre-wrap;
}
} }
</style> </style>