perf: 优化账号管理-列表2

This commit is contained in:
Bai
2021-06-11 13:54:16 +08:00
parent f53be25e19
commit 97a98ace03
2 changed files with 9 additions and 0 deletions

View File

@@ -346,6 +346,12 @@ export default {
background-color: #f5f7fa;
}
.application-table {
&:hover {
cursor: pointer;
}
}
.export-item {
width: 100%;
display: block;

View File

@@ -183,6 +183,9 @@ export default {
background-color: #f5f7fa;
}
.asset-table {
&:hover {
cursor: pointer;
}
& >>> .table-content {
margin-left: 21px;
}