mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-14 20:06:34 +08:00
优化界面
This commit is contained in:
@@ -95,6 +95,9 @@ body.expanded .right-box {
|
||||
.main.without-footer .left-box {
|
||||
bottom: 0.2em;
|
||||
}
|
||||
.narrow-scrollbar::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
/** 通用 **/
|
||||
.clear {
|
||||
clear: both;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -126,4 +126,9 @@ body.expanded .right-box {
|
||||
// main
|
||||
.main.without-footer .left-box {
|
||||
bottom: 0.2em;
|
||||
}
|
||||
|
||||
// scrollbar
|
||||
.narrow-scrollbar::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
@@ -118,7 +118,7 @@
|
||||
<div class="ui divider"></div>
|
||||
|
||||
<!-- 流量地图 -->
|
||||
<div class="traffic-map-box" v-if="!isLoading">
|
||||
<div v-if="!isLoading">
|
||||
<traffic-map-box :v-stats="topCountryStats"></traffic-map-box>
|
||||
</div>
|
||||
<div class="ui divider"></div>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
<!-- 流量地图 -->
|
||||
<div class="ui divider"></div>
|
||||
<div class="traffic-map-box" v-if="!isLoading">
|
||||
<div v-if="!isLoading">
|
||||
<traffic-map-box :v-stats="topCountryStats" :v-is-attack="true"></traffic-map-box>
|
||||
</div>
|
||||
<div class="ui divider"></div>
|
||||
|
||||
@@ -81,7 +81,9 @@ Tea.context(function () {
|
||||
data: stats.map(function (v) {
|
||||
return v.countRequests / axis.divider
|
||||
}),
|
||||
|
||||
itemStyle: {
|
||||
color: "#61A0A8"
|
||||
},
|
||||
areaStyle: {
|
||||
color: "#9DD3E8"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user