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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/sales/index.vue b/src/views/sales/index.vue index 1b8fe9f..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; - height: calc(100vh - 60px); + //background-color: #fff; + height: calc(100vh - 70px); } </style> -- Gitblit v1.8.0