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.
私はSenchaTouch2を使用していますが、アプリのボタンのデフォルトの境界線半径を変更する必要があります。
どうすればそれを作ることができますか?コードのサンプルを提供してください。
ありがとう
含む
$button-radius: '2px';
custom-theme.scss ファイルに
次に、コマンド compass compile を使用して scss ファイルをコンパイルします。
私はこのようなことを試してみます:
.x-button { border-radius:0.2em !important; }
アプリ内のすべてのボタンの境界線の半径を変更したいことが確実な場合のみ。
お役に立てれば