[update] 完善系统、登录页
This commit is contained in:
@@ -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,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,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 |
Reference in New Issue
Block a user