File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
packages/site/src/app/components/route/component/online-ide/files Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export default function (name: string) {
12
12
"@react-devui/icons": "${ lernaJson . version } ",
13
13
"@react-devui/ui": "${ lernaJson . version } ",
14
14
"@react-devui/utils": "${ lernaJson . version } ",
15
+ "dayjs": "${ packageJson . devDependencies [ 'dayjs' ] } ",
15
16
"react": "${ packageJson . devDependencies [ 'react' ] } ",
16
17
"react-dom": "${ packageJson . devDependencies [ 'react-dom' ] } ",
17
18
"react-scripts": "latest",
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export default function (name: string) {
14
14
"@react-devui/utils": "${ lernaJson . version } ",
15
15
"@types/react": "${ packageJson . devDependencies [ '@types/react' ] } ",
16
16
"@types/react-dom": "${ packageJson . devDependencies [ '@types/react-dom' ] } ",
17
+ "dayjs": "${ packageJson . devDependencies [ 'dayjs' ] } ",
17
18
"react": "${ packageJson . devDependencies [ 'react' ] } ",
18
19
"react-dom": "${ packageJson . devDependencies [ 'react-dom' ] } ",
19
20
"sass": "latest"
Original file line number Diff line number Diff line change 5
5
color: var(--#{$rd-prefix}text-color);
6
6
}
7
7
8
- main {
8
+ #app- main {
9
9
width: 100%;
10
10
height: 100vh;
11
11
padding: 20px;
12
12
overflow: auto;
13
13
}
14
14
15
- article {
15
+ #app-content {
16
16
height: 200vh;
17
17
}
18
18
` ;
You can’t perform that action at this time.
0 commit comments