mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
ebae9179de
@ -8,5 +8,4 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export const PluginName = 'mobile';
|
export const PluginName = 'mobile';
|
||||||
export const NavigationBarHeight = 50;
|
|
||||||
export const PageBackgroundColor = '#f5f5f5';
|
export const PageBackgroundColor = '#f5f5f5';
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { genStyleHook } from '@nocobase/client';
|
import { genStyleHook } from '@nocobase/client';
|
||||||
import { NavigationBarHeight } from '../../constants';
|
|
||||||
|
|
||||||
export const useStyles = genStyleHook('nb-mobile-tab-bar', (token) => {
|
export const useStyles = genStyleHook('nb-mobile-tab-bar', (token) => {
|
||||||
const { componentCls } = token;
|
const { componentCls } = token;
|
||||||
@ -19,9 +18,7 @@ export const useStyles = genStyleHook('nb-mobile-tab-bar', (token) => {
|
|||||||
bottom: 0,
|
bottom: 0,
|
||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
height: NavigationBarHeight,
|
|
||||||
boxSizing: 'border-box',
|
boxSizing: 'border-box',
|
||||||
padding: '2px 0px',
|
|
||||||
borderTop: '1px solid var(--adm-color-border)',
|
borderTop: '1px solid var(--adm-color-border)',
|
||||||
backgroundColor: 'var(--adm-color-background)',
|
backgroundColor: 'var(--adm-color-background)',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user