主页高度问题
This commit is contained in:
parent
1c1b1369b3
commit
11cd6a5e6c
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Description:
|
* @Description:
|
||||||
* @Author: zenghua.wang
|
* @Author: zenghua.wang
|
||||||
* @Date: 2023-06-20 14:29:45
|
* @Date: 2023-06-20 14:29:45
|
||||||
* @LastEditors: zenghua.wang
|
* @LastEditors: zenghua.wang
|
||||||
@ -34,7 +34,7 @@ const isReload = computed(() => SettingStore.isReload);
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: fit-content;
|
||||||
@include scrollable;
|
@include scrollable;
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user