Dha*_*777 10
使用css text-transform编写自己的类,例如
.tolowercase {
text-transform: lowercase;
}
.tocapitalize {
text-transform: capitalize;
}
Run Code Online (Sandbox Code Playgroud)
并将其应用于输入/按钮.
如果你想在整个系统中使用htis行为覆盖你的css中的.md-button类,
.md-button {
text-transform: capitalize !important;/*For Lower case use lowercase*/
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
9792 次 |
| 最近记录: |