You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
2.2 KiB
1 line
2.2 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/profile/childComps/UserInfo.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/profile/childComps/UserInfo.vue","mtime":1615964293197},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAiVXNlckluZm8iLAogIGRhdGEoKSB7CiAgICByZXR1cm4gewogICAgICBpc0xvZ2luOiAi55m76ZmGL+azqOWGjCIsCiAgICAgIG5hbWU6ICIiLAogICAgfTsKICB9LAogIGNyZWF0ZWQoKSB7fSwKICBtZXRob2RzOiB7fSwKfTsK"},{"version":3,"sources":["UserInfo.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAgBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"UserInfo.vue","sourceRoot":"src/views/profile/childComps","sourcesContent":["<template>\n <div id=\"user-info\">\n <a href=\"#\" class=\"clear-fix\">\n <slot name=\"user-icon\">\n <div class=\"privateImage-svg\">\n </div>\n </slot>\n <div class=\"login-info left\">\n <slot name=\"user-nickname\" > </slot>\n <slot name=\"sign\" ></slot>\n </div>\n </a>\n </div>\n</template>\n\n<script>\nexport default {\n name: \"UserInfo\",\n data() {\n return {\n isLogin: \"登陆/注册\",\n name: \"\",\n };\n },\n created() {},\n methods: {},\n};\n</script>\n\n<style scoped>\n#user-info {\n display: flex;\n padding: 15px;\n margin-top: -5px;\n}\n\n\n#user-info .privateImage-svg {\n width: 80px;\n height: 70px;\n background-color: #fff;\n border-radius: 30px;\n overflow: hidden;\n}\n.left {\n position: relative;\n height: 70px;\n width: 200px;\n float: left;\n margin-left:10px ;\n}\n\n#user-info .login-info {\n color: rgb(88, 73, 73);\n border-radius:(0,0,0,0)\n}\n</style>"]}]} |