Browse Source

style:修改样式

AmandaG 1 năm trước cách đây
mục cha
commit
83c1cc73f6
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      src/views/Tracking/src/TrackingView.vue

+ 10 - 0
src/views/Tracking/src/TrackingView.vue

@@ -264,4 +264,14 @@ const SearchInput = () => {
   font-weight: 600;
   font-size: var(--font-size-2);
 }
+@media only screen and (min-width: 1280px) {
+  .search {
+    width: 480px;
+  }
+}
+@media only screen and (min-width: 1440px) {
+  .search {
+    width: 740px;
+  }
+}
 </style>