mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 15:19:25 +00:00
perf: 优化账号管理-列表2
This commit is contained in:
@@ -346,6 +346,12 @@ export default {
|
||||
background-color: #f5f7fa;
|
||||
}
|
||||
|
||||
.application-table {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.export-item {
|
||||
width: 100%;
|
||||
display: block;
|
||||
|
@@ -183,6 +183,9 @@ export default {
|
||||
background-color: #f5f7fa;
|
||||
}
|
||||
.asset-table {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
& >>> .table-content {
|
||||
margin-left: 21px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user