|
|
@@ -60,13 +60,14 @@ |
|
|
|
</div> |
|
|
|
<template #footer> |
|
|
|
<span class="dialog-footer"> |
|
|
|
<el-button type="primary" @click="showDialog = false" |
|
|
|
><el-icon class="icon-delete"><i-ep-download /></el-icon |
|
|
|
>下载</el-button |
|
|
|
> |
|
|
|
<el-button @click="showDialog = false"> |
|
|
|
<el-icon class="icon-delete"><i-ep-delete /></el-icon>删除 |
|
|
|
</el-button> |
|
|
|
<button class="elBtn" type="primary" @click="showDialog = false"> |
|
|
|
<el-icon class="icon-delete"><i-ep-download /></el-icon |
|
|
|
>{{ $t("myCreating.download") }} |
|
|
|
</button> |
|
|
|
<button class="elBtn" @click="showDialog = false"> |
|
|
|
<el-icon class="icon-delete"><i-ep-delete /></el-icon |
|
|
|
>{{ $t("myCreating.delete") }} |
|
|
|
</button> |
|
|
|
</span> |
|
|
|
</template> |
|
|
|
</el-dialog> |
|
|
@@ -197,7 +198,7 @@ function mouseenter(item) { |
|
|
|
// height: 30px; |
|
|
|
text-align: center; |
|
|
|
background-color: #fff; |
|
|
|
padding: 10px; |
|
|
|
padding: 0 10px; |
|
|
|
&-icon { |
|
|
|
position: relative; |
|
|
|
display: inline-block; |
|
|
@@ -261,18 +262,15 @@ function mouseenter(item) { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
:deep(.el-button) { |
|
|
|
.elBtn { |
|
|
|
color: #fff; |
|
|
|
background-color: #000 !important; |
|
|
|
border: none; |
|
|
|
border-radius: 10px; |
|
|
|
|
|
|
|
padding: 5px 10px; |
|
|
|
cursor: pointer; |
|
|
|
background: linear-gradient(225deg, #000, #000); |
|
|
|
transition: all 0.3s; |
|
|
|
&:hover { |
|
|
|
background: linear-gradient( |
|
|
|
225deg, |
|
|
|
rgb(81 217 202 / 100%), |
|
|
|
rgb(114 100 245 / 100%) |
|
|
|
); |
|
|
|
background: linear-gradient(225deg, #51d9ca, #7264f5); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|