Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-01-05 14:13:00 +00:00
commit ebae9179de
2 changed files with 0 additions and 4 deletions

View File

@ -8,5 +8,4 @@
*/
export const PluginName = 'mobile';
export const NavigationBarHeight = 50;
export const PageBackgroundColor = '#f5f5f5';

View File

@ -8,7 +8,6 @@
*/
import { genStyleHook } from '@nocobase/client';
import { NavigationBarHeight } from '../../constants';
export const useStyles = genStyleHook('nb-mobile-tab-bar', (token) => {
const { componentCls } = token;
@ -19,9 +18,7 @@ export const useStyles = genStyleHook('nb-mobile-tab-bar', (token) => {
bottom: 0,
left: 0,
right: 0,
height: NavigationBarHeight,
boxSizing: 'border-box',
padding: '2px 0px',
borderTop: '1px solid var(--adm-color-border)',
backgroundColor: 'var(--adm-color-background)',