mirror of
https://github.com/yhl452493373/frpc-panel.git
synced 2026-04-04 14:27:01 +08:00
show basic info
This commit is contained in:
@@ -131,4 +131,26 @@ section {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
section.common-info {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
section.common-info .text-info {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
section.common-info .text-info {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
section.common-info .text-row {
|
||||
display: flex;
|
||||
font-size: 14px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
section.common-info .text-row .text-col {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user