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