no message

This commit is contained in:
A1300399510
2025-02-20 15:16:54 +08:00
parent 93bd583c3e
commit 71741fe921
65 changed files with 426 additions and 419 deletions

View File

@@ -318,11 +318,15 @@ const cancelCollection = (token, index, uniqid) => {
padding-bottom: 35px;
.item {
// flex-direction: column;
border-bottom: 1px dotted #ebebeb;
padding-bottom: 20px;
cursor: pointer;
margin-left: 22px;
margin-bottom: 21px;
&:not(:last-of-type) {
border-bottom: 1px dotted #ebebeb;
}
.left {
flex-direction: column;
// padding-left: 22px;
@@ -461,9 +465,11 @@ const cancelCollection = (token, index, uniqid) => {
<style lang="less">
.dialog-box {
background: transparent;
box-shadow: none;
header {
display: none;
}
border-radius: 10px;
.el-dialog__body {