# df_ng_common **Repository Path**: defangCoLtd/df_ng_common ## Basic Information - **Project Name**: df_ng_common - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 ## components ### bar-page 1. barPage已为ng-content指定高度,路由组件使用该组件时只需指定如下css ```css :host{height:inherit;}/*重要,尤其是路由组件为绝对定位时,height:100%会占满全屏 ```