fixbug
This commit is contained in:
parent
d3032d9201
commit
01dd6a27d1
@ -106,14 +106,14 @@ watch(
|
||||
<style scoped lang="scss">
|
||||
.card {
|
||||
width: 270px;
|
||||
height: 374px;
|
||||
height: 420px;
|
||||
background-image: linear-gradient(
|
||||
163deg,
|
||||
#61d2ef 0%,
|
||||
#5f33f3 50%,
|
||||
#e44ea8 100%
|
||||
);
|
||||
border-radius: 20px;
|
||||
border-radius: 22px;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
@ -121,17 +121,16 @@ watch(
|
||||
cursor: pointer;
|
||||
width: 270px;
|
||||
padding: 10px;
|
||||
padding-bottom: 15px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
height: 374px;
|
||||
height: 420px;
|
||||
position: absolute;
|
||||
background-color: #19191a;
|
||||
border-radius: 20px;
|
||||
transition: all 0.2s;
|
||||
img {
|
||||
height: 280px;
|
||||
height: 300px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.info-box {
|
||||
|
@ -646,7 +646,6 @@ const selectedModel = (model) => {
|
||||
};
|
||||
// 上传完毕
|
||||
const handleChange = (file, List) => {
|
||||
showModal.value = true;
|
||||
let resData = JSON.parse(file.event.currentTarget.response);
|
||||
if (resData.status === 0) {
|
||||
processSuccess("上传成功");
|
||||
|
Loading…
Reference in New Issue
Block a user