mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
style(projects): per style [完善样式]
This commit is contained in:
12
src/typings/system.d.ts
vendored
12
src/typings/system.d.ts
vendored
@ -200,12 +200,16 @@ declare namespace Theme {
|
||||
|
||||
/** 底部样式 */
|
||||
interface Footer {
|
||||
/** 是否固定底部 */
|
||||
fixed: boolean;
|
||||
/** 底部高度 */
|
||||
height: number;
|
||||
/* 底部是否可见 */
|
||||
visible: boolean;
|
||||
/** 是否固定底部 */
|
||||
fixed: boolean;
|
||||
/** 底部是否居右(顶部混合菜单模式有效) */
|
||||
right: boolean;
|
||||
/** 底部高度 */
|
||||
height: number;
|
||||
/** 底部反转色 */
|
||||
inverted: boolean;
|
||||
}
|
||||
|
||||
/** 页面样式 */
|
||||
|
Reference in New Issue
Block a user