Divider与Popover一起使用时会有样式bug #10914
Divider与Popover一起使用时会有样式bug #10914
Comments
Translation of this issue: Divider will have style bugs when used with Popover
Version3.5.3 EnvironmentChrome 66.0.3359.181 Reproduction linkSteps to reproduce handleVisibleChange = visibleTooTip => { Const contentTip = ( {/* {fucStep.map((item, index) => ( <p key={ stepTip-${index} }>Step {cnNumber[index 1]}: {item.message} ))} {extraTip} /} This is a test this is a test This is a test this is a test This is a test this is a test The command is case-insensitive Enter Enter Confirmation Enter ok to save the entire purchase order Enter cancel to cancel collection of the current batch and re-enter the batch number {/ Enter back to return to the previous step */}Enter exit to cancel the current purchase order operation and return to the query interface Enter help pop-up instructions ); <Popover What is expected?Tooltip width adaptive per line length What is actually happening?Tooltip width is filled with screen by Divider |
Version
3.5.3
Environment
chrome 66.0.3359.181
Reproduction link
Steps to reproduce
state = {
visibleTooTip: false,
};
handleVisibleChange = visibleTooTip => {
this.setState({ visibleTooTip });
};
const contentTip = (
{/* {fucStep.map((item, index) => (
<p key={
stepTip-${index}
}>第{cnNumber[index 1]}步: {item.message}
))}
{extraTip} */}
这是测试这是测试
这是测试这是测试
这是测试这是测试
What is expected?
tooltip宽度自适应每行长度

Divider自适应tooltip
What is actually happening?
tooltip宽度被Divider撑满了屏幕
The text was updated successfully, but these errors were encountered: