From 9b7217e6bfa29380ba9557afc2047ef0ab1ad0c4 Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期四, 07 一月 2021 12:10:45 +0800 Subject: [PATCH] 替换高危险jar包版本 --- src/main/webapp/resources/css/default.css | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/resources/css/default.css b/src/main/webapp/resources/css/default.css index e2ff1f6..48741f1 100644 --- a/src/main/webapp/resources/css/default.css +++ b/src/main/webapp/resources/css/default.css @@ -1088,3 +1088,18 @@ } + +.label-tip{ + + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: 700; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; + background-color: #d9534f; +} \ No newline at end of file -- Gitblit v1.9.2