优化样式

This commit is contained in:
duan
2024-08-08 14:28:45 +08:00
parent 69b19bfade
commit c4b734ce12

View File

@@ -1,6 +1,6 @@
<template>
<div>
<ul class="ulStyle">
<ul class="ulStyle" :class="[activedata == -1?'':'heightStyle']">
<li class="upImgStyles" @click="showUpload = true" v-if="activedata == -1">
+
</li>
@@ -138,10 +138,11 @@ li {
display: flex;
flex-wrap: wrap;
overflow: auto;
height: 400px;
}
.heightStyle{
height: 400px;
}
.listyle {