- add basic layout with sidebar and main container - add three menus in sidebar - add people form page for post people - add text and image input for recognize people info - add people table page for show peoples
4 lines
124 B
CSS
4 lines
124 B
CSS
/* 保留最小化基础样式,具体视觉由 base.css 控制 */
|
|
html, body, #root { height: 100%; }
|
|
body { margin: 0; }
|