From 1b9a56fcf3ffcf0f69ed8b7447322d0a75ba99ac Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期四, 02 三月 2023 15:31:14 +0800 Subject: [PATCH] 清理dataAccess,避免报错 --- web/web/Welcome.aspx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/web/Welcome.aspx b/web/web/Welcome.aspx index 484ddde..5fd87f3 100644 --- a/web/web/Welcome.aspx +++ b/web/web/Welcome.aspx @@ -4,21 +4,21 @@ <style type="text/css"> .dotRed { - //position: absolute; + /*position: absolute;*/ width: 15px; height: 15px; border-radius: 100%; background: #FF0000; - //box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); + /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);*/ } .dotGreen { - //position: absolute; + /*//position: absolute;*/ width: 15px; height: 15px; border-radius: 100%; background: #00FF00; - //box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); + /*//box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);*/ } </style> <script type="text/javascript"> -- Gitblit v1.9.1