历史记录页面
This commit is contained in:
parent
bd152be292
commit
1802e72a56
@ -85,7 +85,6 @@ console.log(props.nftData)
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
div {
|
div {
|
||||||
width: 100%;
|
|
||||||
:deep(.ant-table-wrapper) {
|
:deep(.ant-table-wrapper) {
|
||||||
.ant-spin-nested-loading {
|
.ant-spin-nested-loading {
|
||||||
.ant-spin-container {
|
.ant-spin-container {
|
||||||
@ -112,8 +111,13 @@ div {
|
|||||||
td {
|
td {
|
||||||
border-color: #34354e;
|
border-color: #34354e;
|
||||||
background: #16141b !important;
|
background: #16141b !important;
|
||||||
|
vertical-align: middle;
|
||||||
>div {
|
>div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: 'Poppins';
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 20px;
|
||||||
|
color: #F3F0FF;
|
||||||
}
|
}
|
||||||
.nft {
|
.nft {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -128,7 +132,7 @@ div {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.nft-name {
|
.nft-name {
|
||||||
width: 120px;
|
width: 140px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
@ -143,7 +147,7 @@ div {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100px;
|
width: 140px;
|
||||||
.nft-price {
|
.nft-price {
|
||||||
font-family: 'Anton';
|
font-family: 'Anton';
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -153,12 +157,19 @@ div {
|
|||||||
.nft-img {
|
.nft-img {
|
||||||
width: 43px;
|
width: 43px;
|
||||||
// height: 43px;
|
// height: 43px;
|
||||||
|
margin-left: 20px;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.quantity {
|
||||||
|
width: 60px;
|
||||||
|
.nft-quantity {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #16141b !important;
|
background: #16141b !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user