添加图片预览imageView方法

This commit is contained in:
RuoYi
2019-05-05 16:41:43 +08:00
parent 342eda526d
commit 27c0a440d7
4 changed files with 51 additions and 2 deletions

View File

@ -49,7 +49,22 @@
.ml20 {
margin-left: 20px;
}
.img-xs {
width: 32px;
height: 32px;
}
.img-sm {
width: 64px;
height: 64px;
}
.img-md {
width: 96px;
height: 96px;
}
.img-lg {
width: 120px;
height: 120px;
}
.section-content {
min-height: 250px;
margin-right: auto;