mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 23:12:38 +08:00
style(translate): 调整浮动按钮位置从右上到左下
This commit is contained in:
parent
a4257d9efe
commit
6c9202c5d5
@ -520,7 +520,7 @@ const TranslatePage: FC = () => {
|
||||
<AreaContainer>
|
||||
<InputContainer>
|
||||
<FloatButton
|
||||
style={{ position: 'absolute', right: 8, top: 8 }}
|
||||
style={{ position: 'absolute', left: 8, bottom: 8 }}
|
||||
className="float-button"
|
||||
icon={<PlusOutlined />}
|
||||
shape="circle"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user