💄 默认主题分组gap

This commit is contained in:
naiba 2021-02-05 10:41:22 +08:00
parent 03f4baa75f
commit 869a889301
4 changed files with 54 additions and 50 deletions

View File

@ -1,6 +1,6 @@
# 哪吒面板
![dashboard](https://img.shields.io/badge/管理面板-v0.4.6-brightgreen?style=for-the-badge&logo=github) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/naiba/nezha/Dashboard%20image?label=%E9%9D%A2%E6%9D%BF%E6%9E%84%E5%BB%BA&logo=github&style=for-the-badge) ![Agent release](https://img.shields.io/github/v/release/naiba/nezha?color=brightgreen&label=Agent&style=for-the-badge&logo=github) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/naiba/nezha/Agent%20release?label=Agent%20%E6%9E%84%E5%BB%BA&logo=github&style=for-the-badge) ![shell](https://img.shields.io/badge/安装脚本-v0.4.4-brightgreen?style=for-the-badge&logo=linux)
![dashboard](https://img.shields.io/badge/管理面板-v0.4.7-brightgreen?style=for-the-badge&logo=github) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/naiba/nezha/Dashboard%20image?label=%E9%9D%A2%E6%9D%BF%E6%9E%84%E5%BB%BA&logo=github&style=for-the-badge) ![Agent release](https://img.shields.io/github/v/release/naiba/nezha?color=brightgreen&label=Agent&style=for-the-badge&logo=github) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/naiba/nezha/Agent%20release?label=Agent%20%E6%9E%84%E5%BB%BA&logo=github&style=for-the-badge) ![shell](https://img.shields.io/badge/安装脚本-v0.4.4-brightgreen?style=for-the-badge&logo=linux)
系统状态监控报警、API(SSL 证书变更、即将到期、到期)/TCP 端口存活/PING 监控、计划任务(可以定时在 Agent 上执行命令备份、重启、What ever you want)、极省资源64M 服务器也能装 agent。

View File

@ -11,6 +11,10 @@
margin-bottom: -47px;
}
#app .ui.fluid.accordion {
margin-bottom: 1rem;
}
.login.nb-container {
display: flex;
align-items: center;
@ -68,9 +72,9 @@
.ui.progress .bar {
min-width: 1.26em !important;
text-align: right;
padding-right: .4em;
padding-right: 0.4em;
line-height: 1.75em;
color: rgba(255, 255, 255, .7);
color: rgba(255, 255, 255, 0.7);
font-weight: 700;
}
@ -83,9 +87,9 @@
display: inline-block;
width: 1.2em;
height: 1.2em;
border-radius: .6em;
border-radius: 0.6em;
background-color: grey;
margin-right: .3em;
margin-right: 0.3em;
}
.service-status .danger {

View File

@ -9,7 +9,7 @@
<title>{{.Title}}</title>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css">
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
<link rel="stylesheet" type="text/css" href="/static/main.css?v202102050928">
<link rel="stylesheet" type="text/css" href="/static/main.css?v202102051040">
<link rel="shortcut icon" type="image/png" href="/static/logo.png" />
</head>

View File

@ -13,7 +13,7 @@ import (
pb "github.com/naiba/nezha/proto"
)
var Version = "v0.4.6" // !!记得修改 README 重的 badge 版本!!
var Version = "v0.4.7" // !!记得修改 README 重的 badge 版本!!
const (
SnapshotDelay = 3