From 31cfa8c6878a5598735f039dd1e925b1989e99ae Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期二, 26 五月 2020 21:52:17 +0800
Subject: [PATCH] #
---
src/main/webapp/views/stock.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/stock.html b/src/main/webapp/views/stock.html
index 6c2e403..b0ade24 100644
--- a/src/main/webapp/views/stock.html
+++ b/src/main/webapp/views/stock.html
@@ -14,7 +14,7 @@
}
body {
height: 100%;
- background-color: #007DDB;
+ /*background-color: #007DDB;*/
}
#container {
position: relative;
@@ -28,7 +28,7 @@
</head>
<body>
<div id="container">
- <div id="box">box</div>
+ <div id="box"></div>
</div>
</body>
</html>
\ No newline at end of file
--
Gitblit v1.9.1