/* ======================================================================== * Bootstrap: tooltip.js v3.3.7 * http://getbootstrap.com/javascript/#tooltip * Inspired by the original jQuery.tipsy by Jason Frame * ========================================…
第一种: <Tooltip placement="bottom"> <Button>Multiple lines</Button> <div slot="content" style="white-space: normal;"> A balloon appears when the mouse passes over this text </div> </Tooltip>…