QFrame#frame_top QRadioButton:indicator
{
width: 0px;
}
QFrame#frame_top QRadioButton
{
height: 60%;
width: 100px;
background-color: #404040;
border-top: 0px;
border-left: 1px double #808080;
border-right: 1px double #000000;
border-bottom: 0px;
font-size: 20px;
text-align: center;
}
QFrame#frame_top QRadioButton::Checked
{
border-top: 5px solid #80FFFF;
background-color: #000000;
font-size: 20px;
height: 60%;
width: 100px;
}
刚开始是一样高的,但是点击后,第一个RadioButton会比其他的高,怎么回事啊