no message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user