fieldset在bootrap中没有样式了

添加全局css:

fieldset{
    padding:.35em .625em .75em;
    margin:0 2px;
    border:1px solid silver;
}

legend{
    padding:.5em;border:0;
    width:auto;
    font-size:18px;
    margin-bottom: 0px;
}

猜你喜欢

转载自blog.csdn.net/qq_31293575/article/details/81198883