diff --git a/public/data/points.json b/public/data/points.json index 94e5f44..9bc4135 100644 --- a/public/data/points.json +++ b/public/data/points.json @@ -1,16 +1,16 @@ { - "startPoint": "114.26344,27.800982", - "endPoint": "114.284668,27.794961", + "startPoint": "114.312888,27.796612", + "endPoint": "114.336525,27.767989", "viaPoints": [ { "time": "1694352000000", - "points": "114.272329,27.797299" + "points": "114.334239,27.779261" } ], "avoidPoints": [ { "time": "1694352003000", - "points": "114.27882,27.792857" + "points": "" } ], "avoidAreas": [ diff --git a/src/assets/scss/index.scss b/src/assets/scss/index.scss index efbf4cc..9434f0c 100644 --- a/src/assets/scss/index.scss +++ b/src/assets/scss/index.scss @@ -80,3 +80,20 @@ html { .flex-warp { flex-wrap: wrap; } +.el-form-item { + display: flex!important; + justify-content: space-between; + margin-bottom: 12px!important; +} +.el-form-item__label { + letter-spacing: -1px; + min-width: 130px!important; + padding: 0!important; + white-space: nowrap; /* 强制不换行 */ + flex-shrink: 0; + font-size: 16px!important; +} +.el-input__inner { + height: 24px; + line-height: 24px; +} \ No newline at end of file diff --git a/src/views/home/home.vue b/src/views/home/home.vue index 9e79994..b7aff2a 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -2,11 +2,21 @@
-
-
-
-
+
+
+
+
+
+