2.0.1-publish
This commit is contained in:
parent
1f6f8f958d
commit
248d17b108
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
|
||||
.container {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--oak-bg-color-page);
|
||||
}
|
||||
|
||||
|
||||
.list {
|
||||
:global {
|
||||
.t-list-item__meta {
|
||||
|
||||
&-title {
|
||||
margin: 0 !important;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
10
package.json
10
package.json
|
|
@ -16,11 +16,11 @@
|
|||
"@wangeditor/editor-for-react": "^1.0.4",
|
||||
"classnames": "^2.3.1",
|
||||
"dayjs": "^1.11.5",
|
||||
"oak-common-aspect": "file:../oak-common-aspect",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-external-sdk": "file:../oak-external-sdk",
|
||||
"oak-frontend-base": "file:../oak-frontend-base",
|
||||
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
||||
"oak-common-aspect": "^2.0.1",
|
||||
"oak-domain": "^2.0.1",
|
||||
"oak-external-sdk": "^1.0.4",
|
||||
"oak-frontend-base": "^2.0.1",
|
||||
"oak-memory-tree-store": "^2.0.1",
|
||||
"qr-image": "^3.2.0",
|
||||
"react-scripts": "^5.0.1",
|
||||
"sha1": "^1.1.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue