Parcourir la source

feat: 调整样式

Jack Zhou il y a 3 semaines
Parent
commit
e865b1d347

+ 0 - 2
src/styles/theme.scss

@@ -268,8 +268,6 @@
   --color-upload-file-color: #b5b9bf;
   --color-upload-file-border-bg: #f5b279;
 
-  --color-personal-preference-bg: #f5f7fa;
-
   --color-password-card-first-bg: #ffe294;
   --color-password-card-second-bg: #f6f8fa;
   --color-password-expired-card-first-bg: #ef99a0;

+ 1 - 1
src/views/DestinationDelivery/src/components/CreateNewBooking/src/CreateNewbooking.vue

@@ -1559,7 +1559,7 @@ onMounted(() => {
   margin-bottom: 4px;
 }
 .recommended {
-  background: #f5f7fa;
+  background: var(--color-personal-preference-bg);
   border-bottom: 1px solid var(--color-border);
   height: 24px;
   display: flex;