Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バー/列の外側にラベルを設定しましたが、バー/列の端に触れないようにもう少し移動したいと思います。
それを行う方法はありますか?
CssClass="CssClassName"このラベルに追加して、css に書き込みます.CssClassName{margin-left/right:10px;}
CssClass="CssClassName"
.CssClassName{margin-left/right:10px;}
これを作るのが最も簡単な方法です