This commit is contained in:
zyqwst
2020-06-27 16:53:19 +08:00
parent 3f7a34371c
commit 74696cf916
7 changed files with 295 additions and 1 deletions

1
dist/css/chunk-vendors.f4ffed8f.css vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/css/index.ca1e8054.css vendored Normal file
View File

@@ -0,0 +1 @@
*{padding:0;margin:0;box-sizing:border-box}.title{text-align:center;font-size:40px;font-weight:700;height:100px;line-height:100px}.container{display:flex;padding:20px;width:80vw;min-width:800px;justify-content:center;height:calc(100vh - 100px);margin:auto}pre{font-family:monospace}.schema,pre{height:100%;overflow-y:auto;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:12px;width:50%}.schema{margin-left:20px;overflow-x:hidden}.json-schema-editor .row[data-v-1d1f3aa4]{display:flex;margin:12px}.json-schema-editor .row .ant-col-name .ant-col-name-c[data-v-1d1f3aa4],.json-schema-editor .row .ant-col-name[data-v-1d1f3aa4]{display:flex;align-items:center}.json-schema-editor .row .ant-col-name .ant-col-name-required[data-v-1d1f3aa4]{margin-left:6px}.json-schema-editor .row .ant-col-type[data-v-1d1f3aa4]{width:100%}.json-schema-editor .row .ant-col-setting[data-v-1d1f3aa4]{display:inline-block}.json-schema-editor .row .setting-icon[data-v-1d1f3aa4]{color:rgba(0,0,0,.45)}.json-schema-editor .row .plus-icon[data-v-1d1f3aa4]{color:#5b8ff9}.json-schema-editor .row .close-icon[data-v-1d1f3aa4]{color:#e8684a}

BIN
dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

1
dist/index.html vendored Normal file
View File

@@ -0,0 +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=favicon.ico><title>json-schema-editor-vue</title><link href=css/chunk-vendors.f4ffed8f.css rel=preload as=style><link href=css/index.ca1e8054.css rel=preload as=style><link href=js/chunk-vendors.ccb7282d.js rel=preload as=script><link href=js/index.e12b4015.js rel=preload as=script><link href=css/chunk-vendors.f4ffed8f.css rel=stylesheet><link href=css/index.ca1e8054.css rel=stylesheet></head><body><noscript><strong>We're sorry but json-schema-editor-vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.ccb7282d.js></script><script src=js/index.e12b4015.js></script></body></html>

290
dist/js/chunk-vendors.ccb7282d.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/js/index.e12b4015.js vendored Normal file

File diff suppressed because one or more lines are too long