fix bugs & add batchdelete peer & add peer to ab

This commit is contained in:
ljw
2024-09-29 11:50:23 +08:00
parent 8be855ff3e
commit 777510c7ec
14 changed files with 427 additions and 65 deletions
+12 -2
View File
@@ -10,11 +10,21 @@ $sideBarWidth: 210px;
--primaryColor: #409eff;
}
.list-body{
.list-body {
margin: 10px 0;
}
.dialog-form{
.dialog-form {
max-width: 600px;
margin: 20px auto;
}
.list-query {
.el-select {
--el-select-width: 160px;
}
.el-input {
--el-input-width: 160px;
}
}