Lint fixes

pull/104/head 1.0.0-beta.13
cagataycivici 2019-11-01 13:59:09 +03:00
parent 52d4968260
commit 9b0c08f227
2 changed files with 4 additions and 4 deletions

View File

@ -1345,7 +1345,7 @@ export default {
</CodeHighlight> </CodeHighlight>
<h3>Row and Cell Styling</h3> <h3>Row and Cell Styling</h3>
<p>Certain rows or cells can easily be styled based on conditions. Cell styling is implemented with templating whereas row styling utilizes the <i>rowClass</i> property which takes the <p>Certain rows or cells can easily be styled based on conditions. Cell styling is implemented with templating whereas row styling utilizes the <i>rowClass</i> property which takes the
row data as a parameter and returns the style class as a string.</p> row data as a parameter and returns the style class as a string.</p>
<CodeHighlight> <CodeHighlight>
<template v-pre> <template v-pre>
@ -1402,7 +1402,7 @@ export default {
/deep/ .orange-car { /deep/ .orange-car {
background-color: #344b5f !important; background-color: #344b5f !important;
color: #ffffff !important; color: #ffffff !important;
} }
</CodeHighlight> </CodeHighlight>

View File

@ -82,7 +82,7 @@ export default {
/deep/ .orange-car { /deep/ .orange-car {
background-color: #344b5f !important; background-color: #344b5f !important;
color: #ffffff !important; color: #ffffff !important;
} }
</CodeHighlight> </CodeHighlight>
</TabPanel> </TabPanel>
@ -133,6 +133,6 @@ export default {
/deep/ .orange-car { /deep/ .orange-car {
background-color: #344b5f !important; background-color: #344b5f !important;
color: #ffffff !important; color: #ffffff !important;
} }
</style> </style>