添加了一部分移入效果

This commit is contained in:
2020-10-31 14:00:07 +08:00
parent a9fe2cddbc
commit a896c8e7e7
10 changed files with 18 additions and 2 deletions

View File

@@ -1035,6 +1035,7 @@ export default defineComponent({
width: 15px;
height: 15px;
margin-right: 6px;
cursor: pointer;
}
}
}

View File

@@ -188,7 +188,7 @@
<td>{{i.typename}}</td>
<td class="moneyadd moneyreverse" v-if="i.type==2">-{{i.money}}</td>
<td class="moneyadd " v-else>+{{i.money}}</td>
<td @click="navto(4,i.accountid)">查看详情</td>
<td style="cursor: pointer;" @click="navto(4,i.accountid)">查看详情</td>
</tr>
</tbody>
@@ -347,6 +347,9 @@ export default defineComponent({
text-align: center;
width: 40px;
font-size:11px;
&:hover{
color: #08ae98;
}
}
.on {
color: #08ae98;
@@ -397,6 +400,7 @@ export default defineComponent({
border-radius: 3px;
margin-top: 35px;
margin-right: 12px;
cursor: pointer;
}
.topbtn1 {
color: #d22c2e;
@@ -452,7 +456,7 @@ export default defineComponent({
.add {
width: 371px;
height: 228px;
cursor: pointer;
background: #ffffff;
border-radius: 17px;
color: #08ae98;
@@ -515,6 +519,7 @@ export default defineComponent({
text-align: center;
line-height: 23px;
margin-right: 11px;
cursor: pointer;
}
.btn1 {
width: 46px;
@@ -525,6 +530,7 @@ export default defineComponent({
text-align: center;
line-height: 23px;
color: #d12c2e;
cursor: pointer;
}
}
.zhanghao {

View File

@@ -61,6 +61,7 @@
align-items: center;
font-size: 13px;
color: #0DBBA4;
cursor: pointer;
>img{
width: 7px;
height: 11px;