Browse Source

修复图片填充的方式

master^2
adiao 3 years ago
parent
commit
506c5bb44a
  1. 2
      src/views/admin1/index.vue

2
src/views/admin1/index.vue

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
<div class="welcome">
<el-image
:src="featureState.property"
fit="scale-down"
fit="cover"
:style="{
height: featureState.asideimgHeight,
width: featureState.width,

Loading…
Cancel
Save