From 5e5f9801348e283fe293cf040c748ec1c0c8a9e8 Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Fri, 13 Nov 2020 17:11:37 +0800
Subject: [PATCH] 新增庐陵倾斜数据以及修改底图顺序
---
widgets/Screen/css/style.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/widgets/Screen/css/style.css b/widgets/Screen/css/style.css
index 1a7c3a4..37c680c 100644
--- a/widgets/Screen/css/style.css
+++ b/widgets/Screen/css/style.css
@@ -11,6 +11,8 @@
height: 100%;
border-radius: 10px;
display: none;
+ position: fixed;
+ z-index: 100;
}
.rollinng-table-hezis {
@@ -20,6 +22,8 @@
justify-content: space-between;
align-items: center;
padding: 0 15px;
+ background-color:#3c464b;
+ border-radius: 10px;
}
.hezi-left-selects {
--
Gitblit v1.9.3