fix(client): 移动端界面显示异常
This commit is contained in:
@@ -54,7 +54,8 @@ export default function Main() {
|
|||||||
<div style={{
|
<div style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
width: 'calc(var(--whitesilk-window-width) - 80px)',
|
flexDirection: isMobileUI() ? 'column' : 'row',
|
||||||
|
width: `calc(var(--whitesilk-window-width))${isMobileUI() ? '' : ' - 80px'}`,
|
||||||
height: 'var(--whitesilk-window-height)',
|
height: 'var(--whitesilk-window-height)',
|
||||||
}}>
|
}}>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user