From aee951be6ba8c7444ecfac3cd4e1f6f2e82542f9 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 九月 2022 17:27:20 +0800
Subject: [PATCH] 1.设备维修静态页面初步实现
---
css/global.css | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/css/global.css b/css/global.css
index e74b813..6a2cfa4 100644
--- a/css/global.css
+++ b/css/global.css
@@ -31,7 +31,8 @@
padding-left: 10px;
margin: 5px 0;
}
-.vanFieldInputArea{
+
+.vanFieldInputArea {
height: 72px;
line-height: 24px;
align-items: center;
@@ -59,8 +60,13 @@
color: #fff !important;
}
+.textEllipsis {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
.head {
- /* background-color: aliceblue; */
background-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
--
Gitblit v1.9.3