As of v3.1.0, we've deprecated?.pull-right?on dropdown menus. To right-align a menu, use?.dropdown-menu-right. Right-aligned nav components in the navbar use a mixin version of this class to automatically align the menu. To override it, use.dropdown-menu-left.
.pull-left?和?.pull-right?這兩個類以前也曾經(jīng)被用在了媒體組件上,但是,從 v3.3.0 版本開始,他們就不再被建議使用了。.media-left?和?.media-right?替代了他們,不同之處是,在 html 結(jié)構(gòu)中,?.media-right?應(yīng)當(dāng)放在.media-body?的后面。
2015-12-13
Deprecated?.pull-right?alignment
As of v3.1.0, we've deprecated?.pull-right?on dropdown menus. To right-align a menu, use?.dropdown-menu-right. Right-aligned nav components in the navbar use a mixin version of this class to automatically align the menu. To override it, use.dropdown-menu-left.
2015-06-11
是的..在最新版本中...更加細(xì)分了///
比如針對下拉菜單
不建議使用?.pull-right
從 v3.1.0 版本開始,我們不再建議對下拉菜單使用?.pull-right?類。如需將菜單右對齊,請使用?.dropdown-menu-right?類。導(dǎo)航條中如需添加右對齊的導(dǎo)航(nav)組件,請使用?.pull-right?的 mixin 版本,可以自動對齊菜單。如需左對齊,請使用?.dropdown-menu-left?類。
比如針對媒體組件
.pull-left?和?.pull-right?這兩個類以前也曾經(jīng)被用在了媒體組件上,但是,從 v3.3.0 版本開始,他們就不再被建議使用了。.media-left?和?.media-right?替代了他們,不同之處是,在 html 結(jié)構(gòu)中,?.media-right?應(yīng)當(dāng)放在.media-body?的后面。