shuishen
2021-06-17 66ef317f67025e61fec1df145955e6221ee013e8
工具部分样式调整
2 files modified
36 ■■■■■ changed files
config.json 32 ●●●●● patch | view | raw | blame | history
widgets/SplitScreen/css/style.css 4 ●●●● patch | view | raw | blame | history
config.json
@@ -106,8 +106,8 @@
        "name": "图上量算",
        "uri": "widgets/Measurement/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "right": 60,
          "top": 72,
          "width": "350px",
          "height": "320px",
          "relativeTo": "map"
@@ -117,23 +117,19 @@
        "name": "飞行路线",
        "uri": "widgets/FlyRoute/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "right": 60,
          "top": 72,
          "width": "260px",
          "height": "64%",
          "relativeTo": "map"
        }
      },
      {
        "name": "查询定位",
        "uri": "widgets/Location/Widget"
      },
      {
        "name": "卷帘对比",
        "uri": "widgets/Rolling/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "right": 60,
          "top": 72,
          "width": "472px",
          "height": "50px",
          "relativeTo": "map"
@@ -143,8 +139,8 @@
        "name": "场景快照",
        "uri": "widgets/MapPrinting/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "right": 60,
          "top": 72,
          "width": "200px",
          "height": "40px",
          "relativeTo": "map"
@@ -154,8 +150,8 @@
        "name": "坐标定位",
        "uri": "widgets/CoorPosition/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "right": 60,
          "top": 72,
          "width": "217px",
          "height": "180px",
          "relativeTo": "map"
@@ -165,8 +161,8 @@
        "name": "路线导航",
        "uri": "widgets/RouteNavigate/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "right": 60,
          "top": 72,
          "width": "300px",
          "height": "780px",
          "relativeTo": "map"
@@ -176,8 +172,8 @@
        "name": "我的标记",
        "uri": "widgets/Sign/Widget",
        "position": {
          "right": 10,
          "top": 96,
          "right": 60,
          "top": 72,
          "width": "320px",
          "height": "360px",
          "relativeTo": "map"
widgets/SplitScreen/css/style.css
@@ -1,7 +1,7 @@
.jimu-widget-SplitScreen {
  position: fixed !important;
  top: 96px !important;
  right: 20px !important;
  top: 72px !important;
  right: 60px !important;
  width: auto !important;
  height: auto !important;
  background-color: rgb(207, 207, 207);