From 03177e1d421c090185dc3a5f57a9d3704334d94e Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期五, 25 七月 2025 09:48:19 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/OAManage

---
 src/pages/HumanResourceManagement/nominationForAppointment/index.less |   56 --------------------------------------------------------
 1 files changed, 0 insertions(+), 56 deletions(-)

diff --git a/src/pages/HumanResourceManagement/nominationForAppointment/index.less b/src/pages/HumanResourceManagement/nominationForAppointment/index.less
index 6d2cf13..e69de29 100644
--- a/src/pages/HumanResourceManagement/nominationForAppointment/index.less
+++ b/src/pages/HumanResourceManagement/nominationForAppointment/index.less
@@ -1,56 +0,0 @@
-.nominationForAppointmentBox {
-  min-width: 900px;
-
-  .searchTitle {
-    font-size: 16px;
-    font-weight: bold;
-    margin-bottom: 10px;
-    color: #333;
-    display: flex;
-    align-items: center;
-    justify-content: space-between;
-  }
-
-  .searchBox {
-    width: 100%;
-    display: flex;
-    justify-content: flex-start;
-    align-items: center;
-
-    .searchItem {
-      margin-right: 20px;
-    }
-
-    .searchBtn {
-      flex: 1;
-      display: flex;
-      justify-content: flex-end;
-
-      button {
-        margin-left: 10px;
-      }
-    }
-  }
-
-  .paginationCard {
-    .ant-card-body {
-      padding: 10px !important;
-      display: flex;
-      justify-content: flex-end;
-      align-items: center;
-    }
-  }
-
-}
-
-
-.functionBtn {
-  width: 100%;
-  display: flex;
-  justify-content: flex-end;
-  align-items: center;
-
-  button {
-    margin: 0 10px;
-  }
-}
\ No newline at end of file

--
Gitblit v1.9.1