1 line
913 B
JSON
1 line
913 B
JSON
|
|
{"ast":null,"code":"import frame from \"./components/frame/frame.vue\";\nexport default {\n components: {\n frame\n }\n};","map":{"version":3,"names":["frame","components"],"sources":["src/App.vue"],"sourcesContent":["<template>\n <div id=\"app\">\n <router-view></router-view>\n </div>\n</template>\n\n<script>\nimport frame from \"./components/frame/frame.vue\";\n\nexport default {\n components: {frame},\n};\n</script>\n\n<style>\nbody {\n height: 97vh;\n}\n\n#app {\n height: 100%;\n}\n\n.daorubox {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n}\n\n.el-table {\n margin-top: 30px;\n}\n\n.title_page {\n align-self: flex-start !important;\n}\n\n:deep(.el-tree-node__content ){\n height: 100px;\n}\n</style>\n"],"mappings":"AAOA,OAAAA,KAAA;AAEA;EACAC,UAAA;IAAAD;EAAA;AACA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|