This website works better with JavaScript
首頁
探索
說明
註冊
登入
yf_nkx
/
agmp_iot_jetlinks_ui
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
瀏覽代碼
use 100vh instead of 100% (
#790
)
陈帅
8 年之前
父節點
42c5de12f6
當前提交
9691ce3bce
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
統一視圖
顯示文件統計
1
0
src/components/GlobalHeader/index.less
+ 1
- 0
src/components/GlobalHeader/index.less
查看文件
@@ -9,6 +9,7 @@
:global {
:global {
.ant-layout {
.ant-layout {
+ min-height: 100vh;
overflow-x: hidden;
overflow-x: hidden;
}
}
}
}