From a6d69dce26f622d849ccdcc251c39bc1a666c985 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 08 九月 2021 11:21:00 +0800
Subject: [PATCH] 设备保养计划列表和编辑最终版
---
WebTM/layuiadmin/layui/css/ReportPlatform.css | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index e439a44..a2d16e9 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -83,8 +83,11 @@
}
.cnt h1, .cns h1 {
- line-height: 30px;
+ line-height: 25px;
margin: 0 5px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
h1 span {
@@ -94,6 +97,7 @@
overflow: hidden;
text-overflow: ellipsis;
line-height: 0.9;
+ font-size:12px;
}
.cnt, .cns dl dd {
@@ -142,7 +146,7 @@
.imgtitle {
text-align: center;
display: block;
- font-size: 30px;
+ font-size: 20px;
}
.layui-icon {
--
Gitblit v1.9.1