From 6f7a815b2d6e4f30e7ccf901b24d5103aaa72078 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期一, 25 十二月 2023 10:23:08 +0800 Subject: [PATCH] Merge branch 'tzskasrs-1' of http://47.97.1.152:5880/r/zy-asrs into tzskasrs-1 --- src/main/webapp/views/pakStore/emptyIn.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/pakStore/emptyIn.html b/src/main/webapp/views/pakStore/emptyIn.html index a240a67..8e04707 100644 --- a/src/main/webapp/views/pakStore/emptyIn.html +++ b/src/main/webapp/views/pakStore/emptyIn.html @@ -7,6 +7,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> + <link rel="stylesheet" href="../../static/css/admin.css?v=318" media="all"> <link rel="stylesheet" href="../../static/css/cool.css" media="all"> <link rel="stylesheet" href="../../static/css/common.css" media="all"> <style> @@ -14,6 +15,7 @@ height: 100%; padding: 10px; background-color: #f1f1f1; + box-sizing: border-box; } body { background-color: #fff; -- Gitblit v1.9.1