Compare commits
2 Commits
920c95f611
...
74893a51c7
Author | SHA1 | Date |
---|---|---|
|
74893a51c7 | |
|
305b6ab294 |
|
@ -5,7 +5,7 @@
|
|||
:rules="rules"
|
||||
class="demo-ruleForm"
|
||||
size="small"
|
||||
label-width="120px"
|
||||
label-width="140px"
|
||||
>
|
||||
<div class="base-dialog-body">
|
||||
<!-- CRO Name -->
|
||||
|
|
|
@ -529,4 +529,4 @@ export default {
|
|||
::v-deep .el-collapse-item__content {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
</style>
|
||||
</style>
|
|
@ -46,7 +46,7 @@
|
|||
>
|
||||
<div class="file-image">
|
||||
<el-image
|
||||
v-if="k.FileType === 'image/jpeg'"
|
||||
v-if="k.FileType === 'image/jpeg' || k.FileType === 'image/jpg' || k.FileType === 'image/bmp' || k.FileType === 'image/png'"
|
||||
style="width: 100%;height: 100%;"
|
||||
:src="`${OSSclientConfig.basePath}${k.Path}?x-oss-process=image/resize,w_50,h_50/format,png`"
|
||||
fit="contain"
|
||||
|
|
Loading…
Reference in New Issue