0.0
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
"serve": "vite preview"
|
"serve": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"koa-compose": "4.1.0",
|
||||||
"naive-ui": "^2.16.7",
|
"naive-ui": "^2.16.7",
|
||||||
"node-sass": "^6.0.1",
|
"node-sass": "^6.0.1",
|
||||||
"sass-loader": "^12.1.0",
|
"sass-loader": "^12.1.0",
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.uinfo{
|
.uinfo{
|
||||||
border:1px solid #707070;
|
border:1px solid #707070;
|
||||||
|
padding-top:26px;
|
||||||
.photo{
|
.photo{
|
||||||
width:186px;
|
width:186px;
|
||||||
height: 174px;
|
height: 174px;
|
||||||
@@ -23,6 +24,7 @@ export default {
|
|||||||
background: blue;
|
background: blue;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
margin-bottom:46px;
|
margin-bottom:46px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.info{
|
.info{
|
||||||
font-size:25px;
|
font-size:25px;
|
||||||
|
|||||||
@@ -1335,6 +1335,11 @@ klona@^2.0.4:
|
|||||||
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
|
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
|
||||||
integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
|
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:
|
lines-and-columns@^1.1.6:
|
||||||
version "1.1.6"
|
version "1.1.6"
|
||||||
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
||||||
|
|||||||
Reference in New Issue
Block a user