1
0
mirror of synced 2025-12-09 07:08:22 +08:00
This commit is contained in:
xuliangzhan
2019-05-01 17:39:20 +08:00
parent 27866f7004
commit 46733794fa
5 changed files with 4 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.a8b08852.css rel=preload as=style><link href=/vxe-table/static/css/index.22c6b475.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.b129bc55.js rel=preload as=script><link href=/vxe-table/static/js/index.6ff6e75c.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.a8b08852.css rel=stylesheet><link href=/vxe-table/static/css/index.22c6b475.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.b129bc55.js></script><script src=/vxe-table/static/js/index.6ff6e75c.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.a8b08852.css rel=preload as=style><link href=/vxe-table/static/css/index.e1fd19a5.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.b129bc55.js rel=preload as=script><link href=/vxe-table/static/js/index.6ff6e75c.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.a8b08852.css rel=stylesheet><link href=/vxe-table/static/css/index.e1fd19a5.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.b129bc55.js></script><script src=/vxe-table/static/js/index.6ff6e75c.js></script></body></html>

File diff suppressed because one or more lines are too long

1
docs/static/css/index.e1fd19a5.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -39,6 +39,7 @@
.vxe-table {
position: relative;
border-left: 1px solid $vxe-table-border-color;
border-right: 1px solid $vxe-table-border-color;
font-size: 14px;
color: $vxe-font-color;
font-family: $vxe-font-family;
@@ -57,9 +58,6 @@
&:after {
bottom: 0;
}
&.scroll--y {
border-right: 1px solid $vxe-table-border-color;
}
table {
border-spacing: 0;
border-collapse: separate;