标签: html css
我已经在我的html标签上应用了export class MyComponent { get self() { return this; } } 。现在滚动条显示在窗口的左侧。有什么办法可以将它移到右边吗?
export class MyComponent { get self() { return this; } }