diff --git a/web/css/dark.css b/web/css/dark.css index 2a3745e..1009646 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -481,7 +481,7 @@ body .layui-table-tips .layui-layer-content{box-shadow:0 1px 6px rgba(0,0,0,.12) .layui-slider-input.layui-input, .layui-slider-input .layui-input {background-color: var(--lay-color-bg-2);} -body {background: #212e36 url('../img/dark.png');} +body {background: #212e36;} .layui-panel {overflow-x: auto;} .layui-table th, .layui-table td { text-align: center;white-space: nowrap; } .collapse { text-align: center; } \ No newline at end of file diff --git a/web/img/dark.png b/web/img/dark.png deleted file mode 100644 index bc814c0..0000000 Binary files a/web/img/dark.png and /dev/null differ diff --git a/web/index.html b/web/index.html index 75e6891..8103a9a 100644 --- a/web/index.html +++ b/web/index.html @@ -1,13 +1,3 @@ -