This commit is contained in:
2025-09-17 16:12:54 +08:00
parent 586ea3848d
commit be1389df98
16 changed files with 621 additions and 178 deletions
@@ -55,7 +55,7 @@ export class DialogBubble extends Component {
this.content.overflow = Overflow.NONE;
// 如果是加载状态,使用固定的"..."
if (isLoading && str === "...") {
if (isLoading) {
this.content.string = "...";
// 设置固定尺寸用于加载显示
const contentWidth = 60;