|
@@ -6,7 +6,7 @@
|
|
|
<div class="event-info-top">
|
|
|
<el-form>
|
|
|
<div class="event-info-top-grp">
|
|
|
- <el-input placeholder="输入经度" v-model="longitude">
|
|
|
+ <el-input placeholder="输入经度" v-model="longitude" class="m-l-none">
|
|
|
</el-input>
|
|
|
<el-input placeholder="输入纬度" v-model="latitude">
|
|
|
</el-input>
|
|
@@ -1155,6 +1155,12 @@
|
|
|
text-shadow: 0 0 20px rgba($color: $inBlueHover, $alpha: 1.0);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .m-l-none{
|
|
|
+ .el-input__inner{
|
|
|
+ margin-left:0 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
</style>
|