mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
ca1e5442e5
@ -2,9 +2,7 @@
|
|||||||
"version": "1.5.0-beta.2",
|
"version": "1.5.0-beta.2",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"npmClientArgs": [
|
"npmClientArgs": ["--ignore-engines"],
|
||||||
"--ignore-engines"
|
|
||||||
],
|
|
||||||
"command": {
|
"command": {
|
||||||
"version": {
|
"version": {
|
||||||
"forcePublish": true,
|
"forcePublish": true,
|
||||||
|
@ -8,19 +8,20 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { createStyles } from '@nocobase/client';
|
import { createStyles } from '@nocobase/client';
|
||||||
|
import { PageBackgroundColor } from '../constants';
|
||||||
export const useStyles = createStyles(({ token, css }) => {
|
export const useStyles = createStyles(({ token, css }) => {
|
||||||
return {
|
return {
|
||||||
nbMobile: css`
|
nbMobile: css`
|
||||||
|
body {
|
||||||
|
background-color: ${PageBackgroundColor};
|
||||||
|
}
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
display: initial;
|
display: initial;
|
||||||
|
|
||||||
& ::-webkit-scrollbar {
|
& ::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.nb-card-list {
|
|
||||||
background-color: rgb(245, 245, 245);
|
|
||||||
}
|
|
||||||
.nb-details .ant-formily-item-feedback-layout-loose {
|
.nb-details .ant-formily-item-feedback-layout-loose {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user