update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user