|
@@ -50,7 +50,7 @@
|
|
>
|
|
>
|
|
<div class="left">
|
|
<div class="left">
|
|
<div class="nickname">
|
|
<div class="nickname">
|
|
- {{ item.type == 1 ? "Get Giveaway" : "Send Giveaways" }}
|
|
|
|
|
|
+ {{ item.type == 1 ? "Get Giveaway" : "Send Giveaway" }}
|
|
</div>
|
|
</div>
|
|
<div class="time">
|
|
<div class="time">
|
|
{{ moment(item.timestamp).format("MM-DD HH:mm:ss") }}
|
|
{{ moment(item.timestamp).format("MM-DD HH:mm:ss") }}
|
|
@@ -483,12 +483,15 @@ onMounted(() => {
|
|
width: 34px;
|
|
width: 34px;
|
|
height: 34px;
|
|
height: 34px;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
|
+ margin-right: 8px;
|
|
}
|
|
}
|
|
|
|
|
|
.icon-give {
|
|
.icon-give {
|
|
position: absolute;
|
|
position: absolute;
|
|
- right: -4px;
|
|
|
|
|
|
+ right: 3px;
|
|
bottom: -1px;
|
|
bottom: -1px;
|
|
|
|
+ width: 18px;
|
|
|
|
+ height: 18px;
|
|
}
|
|
}
|
|
|
|
|
|
.icon-big-give {
|
|
.icon-big-give {
|
|
@@ -527,7 +530,7 @@ onMounted(() => {
|
|
.msg {
|
|
.msg {
|
|
.bold {
|
|
.bold {
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 13px;
|
|
text-align: right;
|
|
text-align: right;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
@@ -539,7 +542,7 @@ onMounted(() => {
|
|
max-width: 80px;
|
|
max-width: 80px;
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
- color: #e29a2e;
|
|
|
|
|
|
+ color: #e86f00;
|
|
}
|
|
}
|
|
|
|
|
|
.coin-type-wrapper {
|
|
.coin-type-wrapper {
|