Explorar el Código

feat: 修改样式

zqf hace 5 meses
padre
commit
5eaf280ba0

+ 2 - 2
src/components/Travel/ProjectItem/index.vue

@@ -5,7 +5,7 @@
       mode="widthFix"
       class="w-108 h-114 shrink rounded-lg overflow-hidden"
     />
-    <div class="flex-1 flex flex-col">
+    <div class="ml-10 flex-1 flex flex-col">
       <div class="min-h-85">
         <div class="text-base text-black-3 line-clamp-2 font-semibold">
           {{ itemData.projectTitle }}
@@ -22,7 +22,7 @@
         <div class="mt-5 flex items-center space-x-10 text-sm text-[#666666B2]">
           <span>{{ itemData.startPlace }}出发</span>
           <div class="h-10 w-1 bg-[#f3f3f3]"></div>
-          <span>{{ itemData.countTimes }}</span>
+          <span>{{ itemData.countTimes }}</span>
         </div>
       </div>
       <!-- <div class="flex items-center justify-between">

+ 10 - 1
src/pages/labour/index.vue

@@ -22,7 +22,7 @@
           confirm-type="search"
           class="flex-1"
         />
-        <div class="w-40 flex items-center justify-center" @click="handleFilter">
+        <div style="color: rgb(170 176 191)" class="w-40 flex items-center justify-center" @click="handleFilter">
           <!-- <icon name="filter-o" color="#fe8e2c" size="25" /> -->
           筛选
         </div>
@@ -170,4 +170,13 @@ function reSearch() {
 button {
   line-height: 28px;
 }
+input {
+  color: rgb(50, 50, 51);
+  border: 1px solid rgb(226 230 239);
+  background-color: rgb(226 230 239);
+  border-radius: 10px;
+  padding-left: 10px;
+  font-size: 14px;
+  height: 24px;
+}
 </style>

+ 11 - 1
src/pages/travel/list.vue

@@ -74,4 +74,14 @@ onLoad((options) => {
 });
 </script>
 
-<style lang="scss" scoped></style>
+<style lang="scss" scoped>
+input {
+  color: rgb(50, 50, 51);
+  border: 1px solid rgb(226 230 239);
+  background-color: rgb(226 230 239);
+  border-radius: 10px;
+  padding-left: 10px;
+  font-size: 14px;
+  height: 24px;
+}
+</style>