图片固定

This commit is contained in:
shijingjing
2022-11-30 15:39:15 +08:00
parent 1fe564094c
commit 7c0254f34f
2 changed files with 11 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
<span style="margin-right: 8px"></span><span>上传佐证材料最多9张</span> <span style="margin-right: 8px"></span><span>上传佐证材料最多9张</span>
</div> </div>
<div style="margin-top: 10px;"> <div style="margin-top: 10px;">
<AiUploader :def.sync="form.files" :limit="9" multiple action="/admin/file/add2"></AiUploader> <AiUploader v-model="form.files" :limit="9" multiple action="/admin/file/add2"></AiUploader>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -68,10 +68,19 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.AppPointsApply { .AppPointsApply {
padding: 32px; padding: 250px 32px 32px;
box-sizing: border-box; box-sizing: border-box;
.points_img { .points_img {
padding: 16px 32px;
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
width: 100%; width: 100%;
background: #F5F5F5;
z-index: 9;
// height: ;
img { img {
width: 100%; width: 100%;
} }