mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
新增自建服务器功能,修复优化部分文本,成员列表新增通道协议显示
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user