mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
perf: create asset authorization rule account display grid
This commit is contained in:
parent
8f229001aa
commit
ce4b3f2a35
@ -283,4 +283,20 @@ export default {
|
||||
font-size: 12px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
::v-deep .el-checkbox-group {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
||||
::v-deep .el-checkbox-group label:nth-child(1),
|
||||
::v-deep .el-checkbox-group label:nth-child(2) {
|
||||
grid-row: 1 / 2;
|
||||
}
|
||||
|
||||
::v-deep .el-checkbox-group label:nth-child(3),
|
||||
::v-deep .el-checkbox-group label:nth-child(4),
|
||||
::v-deep .el-checkbox-group label:nth-child(5) {
|
||||
grid-row: 2 / 3;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user