From 73623a159844457c7cde79a0aade51c6e471fec2 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 10 四月 2024 10:41:18 +0800
Subject: [PATCH] 销售管理 全部模块, 选择F7和按钮 基础资料的弹框, 全部改为 基础资料列表 的方式; 销售管理全部模块,选择基础资料的界面,全部增加 双击返回 的功能,原有的 多选返回 仍要保留; (销售订单,发货通知单,退货通知单,销售出库单,销售退货单,收款单,应收退款单,信用额度申请单,应收单,其他应收单)

---
 WebTM/layuiadmin/layui/css/ReportPlatform.css |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/WebTM/layuiadmin/layui/css/ReportPlatform.css b/WebTM/layuiadmin/layui/css/ReportPlatform.css
index e439a44..1230db7 100644
--- a/WebTM/layuiadmin/layui/css/ReportPlatform.css
+++ b/WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -52,7 +52,7 @@
 
 .cns {
     border: 1px solid #5FB878;
-    height: 140px;
+    height: 160px;
     border-radius: 5px;
 }
 
@@ -75,7 +75,7 @@
 
 .topright > dd {
     padding: 0px 10px;
-    width: 50%;
+    width: 75%;
 }
 
 dt, dd {
@@ -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