mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
ebae9179de
@ -8,5 +8,4 @@
|
||||
*/
|
||||
|
||||
export const PluginName = 'mobile';
|
||||
export const NavigationBarHeight = 50;
|
||||
export const PageBackgroundColor = '#f5f5f5';
|
||||
|
@ -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)',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user