wzp
2022-11-23 24d599247b33a9c9b928d887465c3dcec9f9ba63
优化
2个文件已修改
10 ■■■■■ 已修改文件
web/web/GwStatisV3.ashx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/web/Welcome.aspx 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/web/GwStatisV3.ashx
@@ -193,8 +193,6 @@
        sb.Append(@"</tr>");
        int i = 0;
        foreach (GwStatisV3Item item in list)
        {
            sb.AppendFormat("<tr>");
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">