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.
我正在使用 Sencha Touch 2,我需要更改应用程序中按钮的默认边框半径。
怎样才能做到?请给我一个代码示例。
谢谢
我会尝试这样的事情:
.x-button { border-radius:0.2em !important; }
仅当您确定要更改应用程序中每个按钮的边框半径时。
希望这可以帮助
包括
$button-radius: '2px';
在您的 custom-theme.scss 文件中
然后使用命令 compass compile 编译 scss 文件。