Browse Source

search-container

57862207 1 year ago
parent
commit
a919552f9f
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/ordinaryPage/index.vue

+ 4 - 1
src/views/ordinaryPage/index.vue

@@ -3269,10 +3269,13 @@
   width: 400px;
   background: linear-gradient(
     135deg,
-    rgb(0 0 0 / 36%) 0%,
+    rgb(255 255 255 / 20%) 100%
     rgb(255 255 255 / 20%) 100%
   );
 }
+.search-container{
+  margin-top: 15px;
+}
 .benchMapBox :deep() .el-scrollbar__bar {
   display: none;
 }