From 36df175693c8224f2987f9e6e54e12c0c010db2f Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期一, 25 九月 2023 15:36:11 +0800
Subject: [PATCH] style: 联系人模块样式调整

---
 src/views/sales/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/sales/index.vue b/src/views/sales/index.vue
index a384e1e..5c07c4c 100644
--- a/src/views/sales/index.vue
+++ b/src/views/sales/index.vue
@@ -15,7 +15,7 @@
 <style lang="scss" scoped>
 .content {
   width: 100%;
-  background-color: #fff;
+  //background-color: #fff;
   height: calc(100vh - 70px);
 }
 </style>

--
Gitblit v1.8.0