Browse Source

refactor:ui调整

suwenjiang 3 months ago
parent
commit
c25da212ff
2 changed files with 4 additions and 4 deletions
  1. 1 1
      src/components/CreateNote/Form.vue
  2. 3 3
      src/pages/note-create/index.client.vue

+ 1 - 1
src/components/CreateNote/Form.vue

@@ -75,7 +75,7 @@
       <template #label>
         <span class="text-16 font-400 text-[#000]/[0.9]">
           目的地
-          <span class="text-white">的</span>
+
           <span class="text-16 text-[#D54941]">*</span>
         </span>
       </template>

+ 3 - 3
src/pages/note-create/index.client.vue

@@ -1,5 +1,5 @@
 <template>
-  <div v-if="!loading" class="box-border pb-85">
+  <div v-if="!loading" class="box-border pb-100">
     <div v-if="!previewOptions.show">
       <CreateNoteHeaderBanner v-model:bannerUrl="noteJson.travelNotesBanner" />
       <div class="mt-12">
@@ -228,7 +228,7 @@
       </div>
 
       <div
-        class="fixed box-border p-16 shadow-[0_-4px_4px_0px_rgba(0,0,0,0.1)] bottom-0 left-0 w-full h-80 flex justify-between bg-white items-center"
+        class="fixed box-border px-16 pt-16 pb-31 shadow-[0_-4px_4px_0px_rgba(0,0,0,0.1)] bottom-0 left-0 w-full h-80 flex justify-between bg-white items-center"
       >
         <div class="flex justify-start items-center h-50">
           <div class="w-50 text-center" @click="showDialog(draftDialogContent)">
@@ -385,7 +385,7 @@
       </div>
       <div
         style="justify-content: space-between"
-        class="fixed box-border p-16 shadow-[0_-4px_4px_0px_rgba(0,0,0,0.1)] bottom-0 left-0 w-full h-80 flex justify-between bg-white items-center"
+        class="fixed box-border mb-15 p-16 shadow-[0_-4px_4px_0px_rgba(0,0,0,0.1)] bottom-0 left-0 w-full h-80 flex justify-between bg-white items-center"
       >
         <div class="w-165">
           <van-button