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/components/ApplyIndex/index.less | 62 +++++++++++++++++++++++++++++++ 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/src/components/ApplyIndex/index.less b/src/components/ApplyIndex/index.less new file mode 100644 index 0000000..2a53ebf --- /dev/null +++ b/src/components/ApplyIndex/index.less @@ -0,0 +1,62 @@ +.ApplyIndex { + 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: 10px 0 0 10px; + } +} + +.ModelForm { + .ant-modal-content { + padding-bottom: 1px !important; + } +} \ No newline at end of file -- Gitblit v1.9.1