prod
Esse commit está contido em:
+27
-4
@@ -82,6 +82,16 @@ header h1 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background: #607D8B;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-danger {
|
||||
background: #f44336;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
@@ -290,17 +300,30 @@ header h1 {
|
||||
|
||||
/* SSH终端样式 */
|
||||
.terminal-modal-content {
|
||||
width: 800px;
|
||||
max-width: 90vw;
|
||||
width: 95vw;
|
||||
max-width: 1200px;
|
||||
margin: 20px auto;
|
||||
max-height: 90vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.terminal-modal-content .modal-header-drag {
|
||||
cursor: move;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin-bottom: 5px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.terminal-container {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
height: calc(85vh - 80px);
|
||||
background: #1e1e1e;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
margin-top: 15px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.terminal-status {
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário