mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 00:00:26 +08:00
优化界面/删除不需要的文件
This commit is contained in:
@@ -104,6 +104,42 @@ body.expanded .right-box {
|
||||
.narrow-scrollbar::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
.grid.counter-chart {
|
||||
margin-top: 1.5em !important;
|
||||
margin-left: 0.4em !important;
|
||||
}
|
||||
.grid.counter-chart .column {
|
||||
margin-bottom: 1em;
|
||||
font-size: 0.85em;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
border: 1px rgba(0, 0, 0, 0.1) solid;
|
||||
border-right: 0;
|
||||
}
|
||||
.grid.counter-chart .column div.value {
|
||||
margin-top: 1.5em;
|
||||
font-weight: normal;
|
||||
}
|
||||
.grid.counter-chart .column div.value span {
|
||||
font-size: 1.5em;
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
.grid.counter-chart .column.with-border {
|
||||
border-right: 1px rgba(0, 0, 0, 0.1) solid;
|
||||
}
|
||||
.grid.counter-chart h4 {
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
.grid.counter-chart h4 a {
|
||||
display: none;
|
||||
}
|
||||
.grid.counter-chart .column:hover {
|
||||
background: rgba(0, 0, 0, 0.05) !important;
|
||||
}
|
||||
.grid.counter-chart .column:hover a {
|
||||
display: inline;
|
||||
}
|
||||
/** 通用 **/
|
||||
.clear {
|
||||
clear: both;
|
||||
@@ -237,7 +273,7 @@ p.margin {
|
||||
.main-menu .ui.menu .item.expend .subtitle {
|
||||
display: block;
|
||||
font-size: 10px;
|
||||
padding-left: 2.0em;
|
||||
padding-left: 2em;
|
||||
margin-top: 0.5em;
|
||||
color: grey;
|
||||
}
|
||||
@@ -272,7 +308,7 @@ p.margin {
|
||||
}
|
||||
/** 扩展UI **/
|
||||
.field.text {
|
||||
padding: .5em;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.form .fields:not(.inline) .field {
|
||||
margin-bottom: 0.5em !important;
|
||||
@@ -730,7 +766,7 @@ var.dash {
|
||||
opacity: 0.1;
|
||||
}
|
||||
.sortable-drag {
|
||||
opacity: 1.0;
|
||||
opacity: 1;
|
||||
}
|
||||
.icon.handle {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user