mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
Merge branch 'main' into next
# Conflicts: # packages/core/client/src/schema-component/antd/collection-select/__tests__/collection-select.test.tsx
This commit is contained in:
commit
9ce7674d5b
@ -461,7 +461,7 @@ exports.initEnv = function initEnv() {
|
||||
fs.mkdirpSync(dirname(process.env.SOCKET_PATH), { force: true, recursive: true });
|
||||
fs.mkdirpSync(process.env.PM2_HOME, { force: true, recursive: true });
|
||||
const pkgDir = resolve(process.cwd(), 'storage/plugins', '@nocobase/plugin-multi-app-manager');
|
||||
fs.existsSync(pkgDir) && fs.rmdirSync(pkgDir, { force: true });
|
||||
fs.existsSync(pkgDir) && fs.rmdirSync(pkgDir, { recursive: true, force: true });
|
||||
};
|
||||
|
||||
exports.generatePlugins = function () {
|
||||
|
@ -39,15 +39,17 @@ const formItemWrapCss = css`
|
||||
.ant-description-textarea img {
|
||||
max-width: 100%;
|
||||
}
|
||||
&.ant-formily-item-layout-vertical .ant-formily-item-label {
|
||||
&.ant-formily-item-layout-horizontal.ant-formily-item-label-wrap {
|
||||
.ant-formily-item-label {
|
||||
display: inline;
|
||||
.ant-formily-item-label-tooltip-icon {
|
||||
display: inline;
|
||||
}
|
||||
padding-right: 5px;
|
||||
|
||||
.ant-formily-item-label-tooltip-icon,
|
||||
.ant-formily-item-label-content {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
const formItemLabelCss = css`
|
||||
|
Loading…
x
Reference in New Issue
Block a user