Let’s first describe the problem:
On the same page, if one of the two tabs requires float:left and the other requires float:right, there will be a conflict;
Reason: The controls in each div were not carefully positioned, and global definitions were used, which caused them to change together;
Later, I accurately positioned each layer layer by layer, and it was OK.
CSS:
div .ivu-tabs-nav-scroll .ivu-tabs-nav{ float: right;}div .ivu-modal-body .ivu-tabs-nav-scroll .ivu-tabs-nav{ float: left;}Summarize
The above is the solution to the conflict between two tabs navigation in HTML introduced by the editor. I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for your support of the VeVb martial arts website!