Lijy 5 mēneši atpakaļ
vecāks
revīzija
e643447d2c
36 mainītis faili ar 41 papildinājumiem un 35 dzēšanām
  1. 6 0
      fhKeeper/formulahousekeeper/customerBuler-crm/src/App.vue
  2. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/main.ts
  3. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/attachment.vue
  4. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/information.vue
  5. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/operationRecord.vue
  6. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/products.vue
  7. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/relatedTasks.vue
  8. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/detail/index.vue
  9. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contacts/component/information.vue
  10. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contacts/component/operationRecord.vue
  11. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contacts/component/relatedTasks.vue
  12. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/attachment.vue
  13. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/information.vue
  14. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/operationRecord.vue
  15. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/relatedBusiness.vue
  16. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/relatedContacts.vue
  17. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/relatedOrders.vue
  18. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/relatedTasks.vue
  19. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/detail/index.vue
  20. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/header/header.vue
  21. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/attachment.vue
  22. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/information.vue
  23. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/operationRecord.vue
  24. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/products.vue
  25. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/rebate.vue
  26. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/attachment.vue
  27. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/information.vue
  28. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/operationRecord.vue
  29. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/relatedBusiness.vue
  30. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/relatedSalesOrder.vue
  31. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/detail/index.vue
  32. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/thread/detail/components/attachment.vue
  33. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/thread/detail/components/information.vue
  34. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/thread/detail/components/operationRecord.vue
  35. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/thread/detail/components/relatedTasks.vue
  36. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/styles/global.scss

+ 6 - 0
fhKeeper/formulahousekeeper/customerBuler-crm/src/App.vue

@@ -74,6 +74,8 @@ body,
   height: 100%;
   overflow: hidden;
   min-width: 800px;
+  color: #606266; 
+  font-size: 14px;  
 }
 * {
   font-family: '微软雅黑';
@@ -105,4 +107,8 @@ body,
 .el-loading-mask {
   z-index: 1900 !important;
 }
+
+table {
+  font-size: 14px !important;
+}
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/main.ts

@@ -35,7 +35,7 @@ app.config.globalProperties.$echarts = echarts;
 app
   .use(ElementPlus, {
     locale: zhCn,
-    zIndex: 1800,
+    zIndex: 1600,
   })
   .use(createPinia())
   .use(router)

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/attachment.vue

@@ -143,7 +143,7 @@ onMounted(() => { });
 .attachment {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/information.vue

@@ -288,7 +288,7 @@ onMounted(() => {
 .information {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 
     .form {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/operationRecord.vue

@@ -46,7 +46,7 @@ onMounted(() => {
 .operationRecord {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/products.vue

@@ -162,7 +162,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/component/relatedTasks.vue

@@ -83,7 +83,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/business/detail/index.vue

@@ -333,7 +333,7 @@ onMounted(() => {
 
   .backGray {
     background-color: #F4F5F7;
-    color: #000;
+    color: #606266;
   }
 
   .backOrange {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contacts/component/information.vue

@@ -213,7 +213,7 @@ onMounted(async () => {
 .information {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 
     .form {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contacts/component/operationRecord.vue

@@ -37,7 +37,7 @@ onMounted(() => {
 .operationRecord {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contacts/component/relatedTasks.vue

@@ -36,7 +36,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/attachment.vue

@@ -142,7 +142,7 @@ onMounted(() => {
 .attachment {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/information.vue

@@ -317,7 +317,7 @@ onMounted(() => {
 .information {
   .title {
     font-size: 18px;
-    color: #000;
+    color: #606266;
   }
 
   .form {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/operationRecord.vue

@@ -46,7 +46,7 @@ onMounted(() => {
 .operationRecord {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/relatedBusiness.vue

@@ -196,7 +196,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/relatedContacts.vue

@@ -164,7 +164,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/relatedOrders.vue

@@ -209,7 +209,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/component/relatedTasks.vue

@@ -78,7 +78,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/detail/index.vue

@@ -135,7 +135,7 @@ onMounted(() => {
 
   .backGray {
     background-color: #F4F5F7;
-    color: #000;
+    color: #606266;
   }
 
   .startStep {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/header/header.vue

@@ -7,7 +7,7 @@
     <div v-for="(routerItem, routerItemIdex) in routerList" @click="setCurrentRouter(routerItem)"
       :class="`border-b-2 border-transparent hover:border-white p-2 mr-4 cursor-pointer multipleyHeader ${activeRouter?.path === routerItem.path ? 'border-white' : ''}`"
       :key="routerItem.path" ref="childDivs" v-show="visibleItems.includes(routerItemIdex)">
-      <div v-if="routerItem.children && routerItem.children.length <= 0 && routerItem?.isMenu" class="text-nowrap">
+      <div v-if="routerItem.children && routerItem.children.length <= 0 && routerItem?.isMenu" class="text-nowrap headerText">
         {{ routerItem.name }}
       </div>
       <div v-if="routerItem.children && routerItem.children.length > 0" class="flex justify-center items-center">

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/attachment.vue

@@ -159,7 +159,7 @@ onMounted(() => {
 .attachment {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/information.vue

@@ -250,7 +250,7 @@ onMounted(async () => {
 .information {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 
     .form {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/operationRecord.vue

@@ -36,7 +36,7 @@ onMounted(() => {
 .operationRecord {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/products.vue

@@ -198,7 +198,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/order/component/rebate.vue

@@ -136,7 +136,7 @@ onMounted(() => {
 .operationRecord {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/attachment.vue

@@ -166,7 +166,7 @@ onMounted(() => {
 .attachment {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/information.vue

@@ -249,7 +249,7 @@ onMounted(async () => {
 .information {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 
     .form {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/operationRecord.vue

@@ -44,7 +44,7 @@ onMounted(() => {
 .operationRecord {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/relatedBusiness.vue

@@ -80,7 +80,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/component/relatedSalesOrder.vue

@@ -69,7 +69,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/detail/index.vue

@@ -151,7 +151,7 @@ onMounted(() => {
 
   .backGray {
     background-color: #F4F5F7;
-    color: #000;
+    color: #606266;
   }
 
   .startStep {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/thread/detail/components/attachment.vue

@@ -148,7 +148,7 @@ onMounted(() => {
 .attachment {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/thread/detail/components/information.vue

@@ -374,7 +374,7 @@ onMounted(async () => {
 .information {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 
     .form {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/thread/detail/components/operationRecord.vue

@@ -40,7 +40,7 @@ onMounted(() => { });
 .operationRecord {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/thread/detail/components/relatedTasks.vue

@@ -112,7 +112,7 @@ onMounted(() => {
 .relatedTasks {
     .title {
         font-size: 18px;
-        color: #000
+        color: #606266
     }
 }
 </style>

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/styles/global.scss

@@ -1,7 +1,7 @@
 $darkBlue: #3475c5;
 $ashen: #fefefe;
 $backColor: #eef3f6;
-$black: #000;
+$black: #606266;
 $fontBlack: #333;
 $fontGray: #999;
 $modena: #6f4afe;