优化页面
This commit is contained in:
parent
459fc25d55
commit
a687f53fb0
|
|
@ -51,7 +51,7 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template slot-scope="{ data }" slot="handle">
|
<template slot="handle">
|
||||||
<el-button
|
<el-button
|
||||||
type="text"
|
type="text"
|
||||||
size="mini"
|
size="mini"
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
:sendApi="getDialogListApi"
|
:sendApi="getDialogListApi"
|
||||||
:config="dialogConfig"
|
:config="dialogConfig"
|
||||||
>
|
>
|
||||||
<template slot="imgPreview" slot-scope="{ data }">
|
<template slot="imgPreview" >
|
||||||
<ImagePreview
|
<ImagePreview
|
||||||
:src="`https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg`"
|
:src="`https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg`"
|
||||||
:width="`60px`"
|
:width="`60px`"
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
:sendApi="getDialogListApi"
|
:sendApi="getDialogListApi"
|
||||||
:config="dialogConfig"
|
:config="dialogConfig"
|
||||||
>
|
>
|
||||||
<template slot="imgPreview" slot-scope="{ data }">
|
<template slot="imgPreview">
|
||||||
<ImagePreview
|
<ImagePreview
|
||||||
:src="`https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg`"
|
:src="`https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg`"
|
||||||
:width="`60px`"
|
:width="`60px`"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue