Jelajahi Sumber

修改输入框样式

wangfumin 1 bulan lalu
induk
melakukan
b95fad8e12
1 mengubah file dengan 12 tambahan dan 0 penghapusan
  1. 12 0
      src/view/case/drawMap/creatMap.vue

+ 12 - 0
src/view/case/drawMap/creatMap.vue

@@ -602,6 +602,18 @@ onUnmounted(() => {
           border-radius: 4px 0 0 4px;
         }
     }
+    .search-input-latlng{
+      width: 260px;
+      height: 38px;
+      border-radius: 0 4px 4px 0;
+      border: 1px solid #dcdfe6;
+      border-left: 0;
+      padding: 0 10px;
+      font-size: 14px;
+      color: #303133;
+      background: #fff;
+      outline: none;
+    }
     :deep(#searchInput) {
         width: 260px;
         height: 38px;