nnnjjj123
2020-11-13 73104e1337213ce908faa3b94c86b23dcc4836ed
标绘,分屏样式修改
2 files modified
10 ■■■■ changed files
widgets/Plot/css/style.css 6 ●●●● patch | view | raw | blame | history
widgets/Screen/css/style.css 4 ●●●● patch | view | raw | blame | history
widgets/Plot/css/style.css
@@ -1,9 +1,9 @@
.jimu-widget-Plot{
  width: 100%;
  height: 100%;
  background-color: #0395f3;
  background-color:black;
  font-size: 14px;
  border: 1px solid rgb(69, 154, 251);
  border: 1px solid rgb(22, 33, 46);
  color: rgb(238, 235, 235);
  font-size: 16px;
  display: none;
@@ -33,7 +33,7 @@
.jimu-widget-Plot .plot-box ul li button {
  width: 60px;
  height: 30px;
  background-color: rgba(32, 160, 255, .2);
  background-color: rgba(22, 25, 27, 0.2);
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
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 {