CodeMaster/node_modules/.cache/vue-loader/693d1d691cd58b10c46f87428d2e8b04.json
2025-04-02 21:57:33 +08:00

1 line
3.8 KiB
JSON

{"remainingRequest":"/Users/shuguang/Desktop/毕设/CodeMaster/CodeMaster/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/shuguang/Desktop/毕设/CodeMaster/CodeMaster/src/components/ArticleListContent/ArticleListContent.vue?vue&type=script&lang=js","dependencies":[{"path":"/Users/shuguang/Desktop/毕设/CodeMaster/CodeMaster/src/components/ArticleListContent/ArticleListContent.vue","mtime":1742646402759},{"path":"/Users/shuguang/Desktop/毕设/CodeMaster/CodeMaster/node_modules/cache-loader/dist/cjs.js","mtime":1743264595665},{"path":"/Users/shuguang/Desktop/毕设/CodeMaster/CodeMaster/node_modules/babel-loader/lib/index.js","mtime":1743264596348},{"path":"/Users/shuguang/Desktop/毕设/CodeMaster/CodeMaster/node_modules/cache-loader/dist/cjs.js","mtime":1743264595665},{"path":"/Users/shuguang/Desktop/毕设/CodeMaster/CodeMaster/node_modules/vue-loader/lib/index.js","mtime":1743264596512}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAnQXJ0aWNsZUxpc3RDb250ZW50JywKICBwcm9wczogewogICAgcHJlZml4Q2xzOiB7CiAgICAgIHR5cGU6IFN0cmluZywKICAgICAgZGVmYXVsdDogJ2FudGQtcHJvLWNvbXBvbmVudHMtYXJ0aWNsZS1saXN0LWNvbnRlbnQtaW5kZXgtbGlzdENvbnRlbnQnCiAgICB9LAogICAgZGVzY3JpcHRpb246IHsKICAgICAgdHlwZTogU3RyaW5nLAogICAgICBkZWZhdWx0OiAnJwogICAgfSwKICAgIG93bmVyOiB7CiAgICAgIHR5cGU6IFN0cmluZywKICAgICAgcmVxdWlyZWQ6IHRydWUKICAgIH0sCiAgICBhdmF0YXI6IHsKICAgICAgdHlwZTogU3RyaW5nLAogICAgICByZXF1aXJlZDogdHJ1ZQogICAgfSwKICAgIC8vIGhyZWY6IHsKICAgIC8vICAgdHlwZTogU3RyaW5nLAogICAgLy8gICByZXF1aXJlZDogdHJ1ZQogICAgLy8gfSwKICAgIC8vIHVwZGF0ZUF0OiB7CiAgICAvLyAgIHR5cGU6IFN0cmluZywKICAgIC8vICAgcmVxdWlyZWQ6IHRydWUKICAgIC8vIH0KICB9Cn0K"},{"version":3,"sources":["ArticleListContent.vue"],"names":[],"mappings":";AAiBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"ArticleListContent.vue","sourceRoot":"src/components/ArticleListContent","sourcesContent":["<template>\n <div class=\"antd-pro-components-article-list-content-index-listContent\">\n <div class=\"description\">\n <slot>\n <div v-html=\"description\"></div>\n </slot>\n </div>\n <div class=\"extra\">\n <a-avatar :src=\"avatar\" size=\"small\" />作者\n\t\t\t <a>{{ owner }}</a> \n <!-- <a :href=\"href\">{{ owner }}</a> 发布在 <a :href=\"href\">{{ href }}</a> -->\n <!-- <em>{{ updateAt }}</em> -->\n </div>\n </div>\n</template>\n\n<script>\nexport default {\n name: 'ArticleListContent',\n props: {\n prefixCls: {\n type: String,\n default: 'antd-pro-components-article-list-content-index-listContent'\n },\n description: {\n type: String,\n default: ''\n },\n owner: {\n type: String,\n required: true\n },\n avatar: {\n type: String,\n required: true\n },\n // href: {\n // type: String,\n // required: true\n // },\n // updateAt: {\n // type: String,\n // required: true\n // }\n }\n}\n</script>\n\n<style lang=\"less\" scoped>\n@import '../index.less';\n\n.antd-pro-components-article-list-content-index-listContent {\n .description {\n max-width: 720px;\n line-height: 22px;\n }\n .extra {\n margin-top: 16px;\n color: @text-color-secondary;\n line-height: 22px;\n\n & :deep(.ant-avatar) {\n position: relative;\n top: 1px;\n width: 20px;\n height: 20px;\n margin-right: 8px;\n vertical-align: top;\n }\n\n & > em {\n margin-left: 16px;\n color: @disabled-color;\n font-style: normal;\n }\n }\n}\n\n@media screen and (max-width: @screen-xs) {\n .antd-pro-components-article-list-content-index-listContent {\n .extra {\n & > em {\n display: block;\n margin-top: 8px;\n margin-left: 0;\n }\n }\n }\n}\n</style>\n"]}]}