This commit is contained in:
asd
2021-09-28 19:59:56 +08:00
parent 6691369258
commit 64f2b10c91
3 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"koa-compose": "4.1.0",
"naive-ui": "^2.16.7",
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0",

View File

@@ -16,6 +16,7 @@ export default {
<style lang="scss" scoped>
.uinfo{
border:1px solid #707070;
padding-top:26px;
.photo{
width:186px;
height: 174px;
@@ -23,6 +24,7 @@ export default {
background: blue;
margin:0 auto;
margin-bottom:46px;
}
.info{
font-size:25px;

View File

@@ -1335,6 +1335,11 @@ klona@^2.0.4:
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
koa-compose@4.1.0:
version "4.1.0"
resolved "https://registry.nlark.com/koa-compose/download/koa-compose-4.1.0.tgz#507306b9371901db41121c812e923d0d67d3e877"
integrity sha1-UHMGuTcZAdtBEhyBLpI9DWfT6Hc=
lines-and-columns@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"