Commit 9ea9d2b4 authored by zhengke's avatar zhengke

修改

parent fe218f71
......@@ -55,7 +55,6 @@
border-radius: 50%;
overflow: hidden;
}
</style>
<template>
<div class="pictureDialog">
......@@ -198,8 +197,8 @@
</template>
<template v-if="plugData.Type==6">
<el-row v-for="(item,index) in plugData.Details" :key="index" style="margin-bottom:20px;">
<el-col :span="8">
<div class="webSliderDiv myWebDiv" @click="clickIndex=index">
<el-col :span="10">
<div class="webSliderDiv webImg_radius" @click="clickIndex=index">
<el-upload :http-request="UploadImage" :multiple="true" accept="image/jpeg,image/gif,image/png,image/bmp"
:show-file-list="false" action="">
<img v-if="item.ImageUrl" :src="item.ImageUrl" style="width:auto;" class="web_imgUrl" alt="" />
......@@ -211,7 +210,7 @@
</el-upload>
</div>
</el-col>
<el-col :span="16">
<el-col :span="14">
<el-form-item style="margin-bottom:0">
<div>圖片尺寸請上傳:700x700,檔案請小於3M</div>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment