vue2-ui-demo
Version:
vue2 UI自定义组件demo
1 lines • 262 B
CSS
.m-card{width:500px;height:500px;border:1px solid red;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.m-card .m-card-img{width:100px;height:100px}.m-card .m-card-img img{width:100%;height:100%}