设置 .register {float:right !important } 那几个按钮还是没有横排。
来源:13-5 PC端登录功能模块开发
51bitquant
2017-03-18
.register {
float: right !important;
}
写回答
4回答
-
Parry
2017-03-19
不行你就看下源码包,我看不到你的完整样式,你对比下课程中的样式。
00 -
JS菌
2017-06-14
我暂时把Link改成了a
<a target="_blank">{/*FIXME?*/} <Button type="dashed" htmlType="button">个人中心</Button> </a>{/*FIXME?*/}css中对a加入float属性
.register { float: right !important; } .register a { float: right !important; }10 -
我是谁的益达
2017-06-01
pc.css 加上这个可以解决
.ant-menu-horizontal > .ant-menu-item > a, .ant-menu-horizontal > .ant-menu-submenu > a
{
display: inline-block !important;
}
10 -
qq_橱窗人_0
2017-05-21
我也是一样的问题
022017-05-21
相似问题