返回 AiToEarn
aiTool.module.scss
根目录 / project / aitoearn-electron / src / views / aiTool / aiTool.module.scss
1 .aiTool {
2 height: 100%;
3 display: flex;
4 :global {
5 .ant-menu {
6 height: 100%;
7 box-sizing: border-box;
8 flex-shrink: 0;
9 padding-top: 20px;
10 svg {
11 font-size: 20px;
12 }
13 }
14 }
15 }
16
17 .aiTool-webview {
18 width: 100%;
19 }
19 lines Plain Text