[new feature] Cell: add title-style prop (#3233)
This commit is contained in:
@@ -11,3 +11,9 @@ exports[`render slot 1`] = `
|
||||
</div>Custom Extra
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`title-style prop 1`] = `
|
||||
<div class="van-cell">
|
||||
<div class="van-cell__title" style="color: red;"><span>title</span></div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user