From 42cf1f7ed74fe8e5f4912e9d0498705f24d86dde Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期三, 20 一月 2021 16:42:28 +0800 Subject: [PATCH] 修改柜子接口 --- src/main/webapp/resources/css/default.css | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/resources/css/default.css b/src/main/webapp/resources/css/default.css index e2ff1f6..b35cb19 100644 --- a/src/main/webapp/resources/css/default.css +++ b/src/main/webapp/resources/css/default.css @@ -1088,3 +1088,23 @@ } + +.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; +} + + +#tabView\:putInStorageTmpOrder th{ + background: #1c427b !important; +} \ No newline at end of file -- Gitblit v1.9.2