AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
webView.module.scss
根目录
/
project
/
aitoearn-electron
/
src
/
components
/
WebView
/
webView.module.scss
1
.webview {
2
width: 100%;
3
height: 100%;
4
5
:global {
6
.ant-spin-nested-loading {
7
height: 100%;
8
}
9
.ant-spin-container {
10
height: 100%;
11
}
12
}
13
}
13 lines
Plain Text