From 81805eb1249693619efc9fa4a3efcea26444f8cb Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期三, 27 十二月 2023 17:03:56 +0800
Subject: [PATCH] 安东尼奥发货看板显示数据定时刷新,列字段间距修改、每页显示15条数据

---
 css/common.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/css/common.css b/css/common.css
index 9a90fc2..702f440 100644
--- a/css/common.css
+++ b/css/common.css
@@ -1,5 +1,5 @@
 @charset "utf-8";
-html,body{width:100%;height:100%;background:#000 url(../../../Content/images/data/bg.jpg) no-repeat center top;background-size:100%;font-family: "Alibaba Sans";overflow: hidden;}
+html,body{width:100%;height:100%;background:#000  no-repeat center top;background-size:100%;font-family: "Alibaba Sans";overflow: hidden;}
 html,body,h1, h2, h3, h4, h5, h6, div,ul,li,p {font-family:"Alibaba Sans",arial,\5b8b\4f53;margin:0;padding:0;font-size: 12px;color:#666;list-style: none;}
 .pull-left {float:left;}
 .pull-right {float:right;}

--
Gitblit v1.9.1