[update] 完善系统、登录页

This commit is contained in:
danshihao
2024-04-09 23:50:48 +08:00
parent 46d9540b66
commit b5393f6267
8 changed files with 347 additions and 154 deletions
+6
View File
@@ -365,6 +365,12 @@
border: 1px solid #0094FF;
color: @text-color;
}
.ant-btn.ant-btn-primary[disabled],
.ant-btn.ant-btn-primary[disabled]:hover,
.ant-btn.ant-btn-primary[disabled]:focus {
color: @text-color;
background: linear-gradient(180deg, rgba(0, 148, 255, 0) 0%, rgba(0, 148, 255, 0.6) 100%);
}
.ant-btn.ant-btn-danger,
.ant-btn.ant-btn-danger:hover,
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports = {
// 背景色
'component-background': '#001B36',
'background-color-base': '#001B3688', // 基础背景色
'background-color-base': 'rgba(0,27,54,0.67)', // 基础背景色
'background-color-light': 'rgba(0, 148, 255, 0.30)', // 基础高亮背景色
// 边框色
+1 -1
View File
@@ -1,7 +1,7 @@
@primary-color: #0094FF;
/* 背景色 */
@component-background: #001B36;
@background-color-base: #001B3688;
@background-color-base: #001B36AA;
@background-color-light: rgba(0, 148, 255, 0.30);
/* 边框色 */
Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB