新增自建服务器功能,修复优化部分文本,成员列表新增通道协议显示

This commit is contained in:
黑先森
2024-11-25 14:30:18 +08:00
parent c2d060b202
commit 589511e356
11 changed files with 374 additions and 187 deletions
+10
View File
@@ -27,6 +27,9 @@ html.dark body {
}
#__easytier {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
height: 100%;
overflow: hidden;
box-sizing: border-box;
@@ -36,4 +39,11 @@ html.dark body {
.full-label .el-form-item__label {
width: 100%;
padding-right: 0;
}
.full-content .el-form-item__content {
/* height: 100%; */
align-items: flex-start;
overflow: auto;
flex: 1;
}