如果你想定位特定的按钮,我认为你必须使用 CSS 来实现。这段 CSS 应该能解决问题:
button#create-topic \u003e *, button#create-topic {
color: white;
background-color: blue;
border-radius: 1em;
}
如果你想定位特定的按钮,我认为你必须使用 CSS 来实现。这段 CSS 应该能解决问题:
button#create-topic \u003e *, button#create-topic {
color: white;
background-color: blue;
border-radius: 1em;
}