This commit is contained in:
xuliangzhan
2019-05-25 17:59:06 +08:00
parent 7130e4bfac
commit e5ebea7eec
6 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.d1aab269.css rel=preload as=style><link href=/vxe-table/static/css/index.64fb68ba.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.099731e0.js rel=preload as=script><link href=/vxe-table/static/js/index.91a5b890.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.d1aab269.css rel=stylesheet><link href=/vxe-table/static/css/index.64fb68ba.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.099731e0.js></script><script src=/vxe-table/static/js/index.91a5b890.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.d1aab269.css rel=preload as=style><link href=/vxe-table/static/css/index.64fb68ba.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.099731e0.js rel=preload as=script><link href=/vxe-table/static/js/index.57707428.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.d1aab269.css rel=stylesheet><link href=/vxe-table/static/css/index.64fb68ba.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.099731e0.js></script><script src=/vxe-table/static/js/index.57707428.js></script></body></html>

File diff suppressed because one or more lines are too long

View File

@@ -12,7 +12,7 @@
:loading="loading"
:data.sync="tableData"
:select-config="{checkProp: 'checked'}"
:optimized="{scrollX: {gt: 20, oSize: 4, rSize: 8}, scrollY: {gt: 500, oSize: 20, rSize: 80}}">
:optimized="{scrollX: {gt: 20, oSize: 4, rSize: 8}, scrollY: {gt: 500, oSize: 20, rSize: 60}}">
</vxe-grid>
</div>
</template>

View File

@@ -18,7 +18,7 @@
:loading="loading"
:columns="tableColumn"
:select-config="{checkProp: 'checked'}"
:optimized="{scrollX: {gt: 20, oSize: 4, rSize: 8}, scrollY: {gt: 500, oSize: 20, rSize: 80}}">
:optimized="{scrollX: {gt: 20, oSize: 4, rSize: 8}, scrollY: {gt: 500, oSize: 20, rSize: 60}}">
</vxe-grid>
</div>
</template>

View File

@@ -16,7 +16,7 @@
:footer-cell-class-name="footerCellClassName"
:loading="loading"
:select-config="{checkProp: 'checked'}"
:optimized="{scrollY: {gt: 500, oSize: 20, rSize: 80}}">
:optimized="{scrollY: {gt: 500, oSize: 20, rSize: 60}}">
<vxe-table-column type="selection" width="60" fixed="left"></vxe-table-column>
<vxe-table-column type="index" width="100" fixed="left"></vxe-table-column>
<vxe-table-column prop="name" label="Name" sortable width="200"></vxe-table-column>

View File

@@ -9,7 +9,7 @@
show-all-overflow
height="600"
:loading="loading"
:optimized="{scrollY: {gt: 500, oSize: 20, rSize: 80}}">>
:optimized="{scrollY: {gt: 500, oSize: 20, rSize: 60}}">>
<vxe-table-column type="index" width="100" fixed="left"></vxe-table-column>
<vxe-table-column prop="name" label="Name" sortable width="200"></vxe-table-column>
<vxe-table-column prop="age" label="Age" width="200"></vxe-table-column>