From df8eea01fe73c519abe5c6f9b40b937391897080 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 25 四月 2024 18:50:14 +0800
Subject: [PATCH] 考勤统计表头增加星期

---
 src/assets/style/index.scss |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index 0286b0c..f79a476 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -123,6 +123,9 @@
 .font_size_40 {
   font-size: 40px !important;
 }
+.color_fff {
+  color: #fff;
+}
 .color_333 {
   color: #333;
 }
@@ -144,11 +147,25 @@
 .background_blue{
   background: #2a78fb;
 }
+.background_e3e3e3{
+  background: #e3e3e3;
+}
+.background_red{
+  background: red;
+}
+.formula-input-item{
+  padding:3px 8px;
+  font-size:12px;
+  margin-right:3px;
+}
 .cursor_pointer {
   cursor: pointer;
 }
 .font_weight_700{
   font-weight: 700;
+}
+.cursor_pinter{
+  cursor: pointer;
 }
 .btn-pager {
   display: flex;
@@ -162,7 +179,24 @@
 .border_radius_12{
   border-radius: 12px;
 }
-
+// 鍒楄〃涓嬬殑椤电鐨勬牱寮�
+.table-bottom-tabs {
+  height: 34px;
+  line-height: 34px;
+  display: flex;
+  font-size: 14px;
+  .tab-pane {
+    min-width: 60px;
+    width:auto;
+    padding:0 20px;
+    margin-right: 20px;
+    text-align: center;
+    background: #2a78fb;
+    cursor: pointer;
+    border-top-left-radius: 20px;
+    border-top-right-radius: 20px;
+  }
+}
 ::-webkit-scrollbar {
   width: 8px !important;
   height: 8px !important;

--
Gitblit v1.8.0