Commit e88443b3 authored by 刘殿昕's avatar 刘殿昕

修改upload-cropper无图片显示

parent 92649244
......@@ -758,7 +758,7 @@ em {
width: 66px;
}
.table_radius {
border-radius: 10px;
border-radius: 8px;
}
.overlit {
overflow: hidden;
......
<template>
<div>
<div v-if="type != 'copper'">
<div v-if="type != 'cropper'">
<el-upload
action="ssurl"
:file-list="fileArray"
......
This diff is collapsed.
<template>
<div class="index_container">
<div class="decor" v-if="$route.fullPath == '/workplace'"></div>
<div class="decor" v-if="$route.fullPath == '/workplace' || $route.fullPath == '/fwzc/fwcs'"></div>
<router-view/>
</div>
</template>
......
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