Browse Source

提交客户管家更换主题文件

Lijy 1 year ago
parent
commit
2e908ea452

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

@@ -2,7 +2,8 @@ import { createApp } from 'vue'
 import { createPinia } from 'pinia'
 import ElementPlus from 'element-plus'
 import "./TailWindCss/index.css";
-import 'element-plus/dist/index.css'
+// import 'element-plus/dist/index.css'
+// import './styles/index.scss'
 import 'animate.css/animate.min.css' //引入动画
 import * as ElementPlusIconsVue from '@element-plus/icons-vue'
 import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'

+ 9 - 0
fhKeeper/formulahousekeeper/customerBuler-crm/src/styles/element-plus.scss

@@ -0,0 +1,9 @@
+@forward "element-plus/theme-chalk/src/common/var.scss" with (
+  $colors: (
+    "primary": (
+      "base": #075985,
+    ),
+  )
+);
+
+@use "element-plus/theme-chalk/src/index.scss" as *;

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

@@ -1,3 +1,5 @@
+@use './index.scss' as *;
+
 $darkBlue: #3475c5;
 $ashen: #fefefe;
 $backColor: #eef3f6;
@@ -50,4 +52,4 @@ $modena: #6f4afe;
 .el-dialog__header, .el-dialog__body{
   margin: 0 !important;
   padding: 0 !important;
-}
+}

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

@@ -0,0 +1 @@
+@use './element-plus.scss' as *;