返回 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