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