From 0f69561e397093b5165c4aac58530721d5c62178 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 25 十一月 2024 11:03:16 +0800
Subject: [PATCH] #led
---
zy-asrs-flow/src/global.less | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-flow/src/global.less b/zy-asrs-flow/src/global.less
index ce89934..682b68f 100644
--- a/zy-asrs-flow/src/global.less
+++ b/zy-asrs-flow/src/global.less
@@ -80,9 +80,24 @@
// ------------------------
.header-logo {
padding-left: 50px;
+ padding-right: 60px;
}
.header-title {
font-size: xx-large;
color: #eee;
+}
+
+.ant-pro-form-login-page-logo {
+ width: 200px;
+ height: 100%;
+ margin: 30px 0;
+}
+
+.centered-select .ant-select-selection-item {
+ text-align: center;
+}
+
+.highlight-row {
+ background-color: #00d9ff;
}
\ No newline at end of file
--
Gitblit v1.9.1