table 优化样式

This commit is contained in:
xuliangzhan
2021-07-07 12:21:29 +08:00
parent cf07dd6b2f
commit 190839c66e
4 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
虚拟滚动渲染左右固定列<br>
大数据不建议使用双向绑定的 data 属性建议使用 <table-api-link prop="loadData"/>/<table-api-link prop="reloadData"/> 函数<br>
对于多选 type=<table-column-api-link prop="checkbox"/> 当数据量海量时应该绑定 <table-api-link prop="checkField"/> 属性渲染速度更快<br>
<span class="red">启用纵向虚拟滚后不支持动态行高如果需要支持将虚拟滚动关闭即可</span>
<span class="red">启用纵向虚拟滚启动后不支持动态行高如果需要支持将虚拟滚动关闭即可</span>
</p>
<vxe-toolbar>

View File

@@ -4,7 +4,7 @@
虚拟滚动渲染<br>
大数据不建议使用双向绑定的 <table-api-link name="data"/> 属性建议使用 <table-api-link prop="loadData"/>/<table-api-link prop="reloadData"/> 函数<br>
<table-api-link prop="data"/> <table-api-link prop="loadData"/>/<table-api-link prop="reloadData"/> 不应该同时使用请根据数据量决定使用哪种方式保证一致性<br>
<span class="red">启用纵向虚拟滚后不支持动态行高如果需要支持将虚拟滚动关闭即可</span>
<span class="red">启用纵向虚拟滚启动后不支持动态行高如果需要支持将虚拟滚动关闭即可</span>
</p>
<vxe-toolbar>

View File

@@ -36,6 +36,7 @@
.vxe-textarea--inner,
.vxe-textarea--autosize {
line-height: $vxe-textarea-line-height;
color: $vxe-font-color;
font-family: $vxe-font-family;
}

View File

@@ -211,6 +211,7 @@ $vxe-input-height-small: $vxe-button-height-small;
$vxe-input-height-mini: $vxe-button-height-mini;
/*textarea*/
$vxe-textarea-line-height: 1.5715;
$vxe-textarea-background-color: #fff;
$vxe-textarea-count-color: #999;
$vxe-textarea-count-background-color: #fff;