Compare commits
No commits in common. "74893a51c7a50a90b1f33cdeda91f864cc341f25" and "920c95f6117c77d61b6a42a645542c22a18f5c05" have entirely different histories.
74893a51c7
...
920c95f611
|
@ -5,7 +5,7 @@
|
||||||
:rules="rules"
|
:rules="rules"
|
||||||
class="demo-ruleForm"
|
class="demo-ruleForm"
|
||||||
size="small"
|
size="small"
|
||||||
label-width="140px"
|
label-width="120px"
|
||||||
>
|
>
|
||||||
<div class="base-dialog-body">
|
<div class="base-dialog-body">
|
||||||
<!-- CRO Name -->
|
<!-- CRO Name -->
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
>
|
>
|
||||||
<div class="file-image">
|
<div class="file-image">
|
||||||
<el-image
|
<el-image
|
||||||
v-if="k.FileType === 'image/jpeg' || k.FileType === 'image/jpg' || k.FileType === 'image/bmp' || k.FileType === 'image/png'"
|
v-if="k.FileType === 'image/jpeg'"
|
||||||
style="width: 100%;height: 100%;"
|
style="width: 100%;height: 100%;"
|
||||||
:src="`${OSSclientConfig.basePath}${k.Path}?x-oss-process=image/resize,w_50,h_50/format,png`"
|
:src="`${OSSclientConfig.basePath}${k.Path}?x-oss-process=image/resize,w_50,h_50/format,png`"
|
||||||
fit="contain"
|
fit="contain"
|
||||||
|
|
Loading…
Reference in New Issue