Files
education/frontend/node_modules/.cache/vue-loader/09f89c5cb63e6bfa4c383acfc4fd1d7f.json
T

1 line
4.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{"remainingRequest":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\components\\PlaceholderPage\\index.vue?vue&type=style&index=0&id=66a558a5&scoped=true&lang=scss","dependencies":[{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\components\\PlaceholderPage\\index.vue","mtime":1787309162957},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\css-loader\\dist\\cjs.js","mtime":1787309792478},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1787309794547},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\postcss-loader\\src\\index.js","mtime":1787309793084},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\sass-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js","mtime":1787309793790}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKDQoucGxhY2Vob2xkZXItcGFnZSB7DQogIG1pbi1oZWlnaHQ6IGNhbGMoMTAwdmggLSAyMDBweCk7DQogIGRpc3BsYXk6IGZsZXg7DQogIGFsaWduLWl0ZW1zOiBjZW50ZXI7DQogIGp1c3RpZnktY29udGVudDogY2VudGVyOw0KICBwYWRkaW5nOiAyMHB4Ow0KDQogIC5wbGFjZWhvbGRlci1jYXJkIHsNCiAgICB3aWR0aDogMTAwJTsNCiAgICBtYXgtd2lkdGg6IDU2MHB4Ow0KICAgIHBhZGRpbmc6IDQ4cHggNDBweDsNCiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7DQogICAgYmFja2dyb3VuZDogI2ZmZjsNCiAgICBib3JkZXI6IDFweCBkYXNoZWQgI2MwYzRjYzsNCiAgICBib3JkZXItcmFkaXVzOiA4cHg7DQogIH0NCg0KICAucGxhY2Vob2xkZXItaWNvbiB7DQogICAgd2lkdGg6IDcycHg7DQogICAgaGVpZ2h0OiA3MnB4Ow0KICAgIG1hcmdpbjogMCBhdXRvIDIwcHg7DQogICAgZGlzcGxheTogZmxleDsNCiAgICBhbGlnbi1pdGVtczogY2VudGVyOw0KICAgIGp1c3RpZnktY29udGVudDogY2VudGVyOw0KICAgIGJvcmRlci1yYWRpdXM6IDUwJTsNCiAgICBiYWNrZ3JvdW5kOiB2YXIoLS1lZHUtZ3JlZW4tbGlnaHQpOw0KDQogICAgLnN2Zy1pY29uIHsNCiAgICAgIGZvbnQtc2l6ZTogMzZweDsNCiAgICAgIGNvbG9yOiB2YXIoLS1lZHUtZ3JlZW4tcHJpbWFyeSk7DQogICAgfQ0KICB9DQoNCiAgLnBsYWNlaG9sZGVyLXRpdGxlIHsNCiAgICBmb250LXNpemU6IDIwcHg7DQogICAgZm9udC13ZWlnaHQ6IDYwMDsNCiAgICBjb2xvcjogIzMwMzEzMzsNCiAgICBtYXJnaW4tYm90dG9tOiAxMnB4Ow0KICB9DQoNCiAgLnBsYWNlaG9sZGVyLWRlc2Mgew0KICAgIGZvbnQtc2l6ZTogMTRweDsNCiAgICBsaW5lLWhlaWdodDogMS44Ow0KICAgIGNvbG9yOiAjOTA5Mzk5Ow0KICAgIG1hcmdpbi1ib3R0b206IDIwcHg7DQogIH0NCn0NCg=="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/components/PlaceholderPage","sourcesContent":["<template>\r\n <div class=\"placeholder-page\">\r\n <div class=\"placeholder-card\">\r\n <div class=\"placeholder-icon\">\r\n <svg-icon :icon-class=\"icon\" />\r\n </div>\r\n <h2 class=\"placeholder-title\">{{ title }}</h2>\r\n <p class=\"placeholder-desc\">{{ description }}</p>\r\n <el-tag size=\"small\" type=\"info\" effect=\"plain\">功能开发中,敬请期待</el-tag>\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: 'PlaceholderPage',\r\n props: {\r\n // 页面标题\r\n title: {\r\n type: String,\r\n required: true\r\n },\r\n // 功能描述\r\n description: {\r\n type: String,\r\n default: ''\r\n },\r\n // 图标名称(对应 src/assets/icons/svg)\r\n icon: {\r\n type: String,\r\n default: 'education'\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n.placeholder-page {\r\n min-height: calc(100vh - 200px);\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n padding: 20px;\r\n\r\n .placeholder-card {\r\n width: 100%;\r\n max-width: 560px;\r\n padding: 48px 40px;\r\n text-align: center;\r\n background: #fff;\r\n border: 1px dashed #c0c4cc;\r\n border-radius: 8px;\r\n }\r\n\r\n .placeholder-icon {\r\n width: 72px;\r\n height: 72px;\r\n margin: 0 auto 20px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border-radius: 50%;\r\n background: var(--edu-green-light);\r\n\r\n .svg-icon {\r\n font-size: 36px;\r\n color: var(--edu-green-primary);\r\n }\r\n }\r\n\r\n .placeholder-title {\r\n font-size: 20px;\r\n font-weight: 600;\r\n color: #303133;\r\n margin-bottom: 12px;\r\n }\r\n\r\n .placeholder-desc {\r\n font-size: 14px;\r\n line-height: 1.8;\r\n color: #909399;\r\n margin-bottom: 20px;\r\n }\r\n}\r\n</style>\r\n"]}]}