From 2fdc3dc444a2f8199866780205c0fa4b5ac40522 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Fri, 29 May 2020 10:38:46 +0800
Subject: [PATCH] 指纹登记与对比

---
 SunshineIns/src/conf/reset.scss |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/SunshineIns/src/conf/reset.scss b/SunshineIns/src/conf/reset.scss
index f63a5a2..47301ae 100644
--- a/SunshineIns/src/conf/reset.scss
+++ b/SunshineIns/src/conf/reset.scss
@@ -23,6 +23,14 @@
   margin: 0;
 }
 
+/* 禁止换行 */
+.nowrap {
+  max-width: 250px;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
 #root {
   height: 100%;
   overflow-x: hidden;
@@ -44,14 +52,14 @@
   height: 100vh;
 }
 .table-vaule1{
-  width: 10%;
+  width: 25%;
 }
 .table-vaule2 {
   width: 50%;
   color: #000;
 }
 .table-vaule3{
-  width: 10%;
+  width: 25%;
 }
 .table-vaule4 {
   color: #000;

--
Gitblit v1.8.0