Initial commit

This commit is contained in:
libertyspy
2026-02-09 21:03:57 +08:00
parent c9bc62fb8c
commit db30244cd1
7 changed files with 232 additions and 37 deletions

View File

@@ -1370,11 +1370,6 @@
}
}
.ant-btn-default {
background: #7dd3f9;
border-color: #7dd3f9;
color: #000;
}
.btn-field {
min-width: 120px;
@@ -1560,11 +1555,7 @@
}
}
.ant-btn-default{
&.ant-btn-dangerous{
background: transparent!important;
}
}
.ant-empty-small {
@@ -1598,11 +1589,14 @@
}
.ant-btn-default {
&.ant-btn-dangerous{
background: transparent!important;
}
color: #eee;
//border-color: #144087;
//background: linear-gradient(90deg, #0f4a7c 0%, #0a365b 100%);
border-color: #1c468b;
background: linear-gradient(0deg, #284e91 0, #2c5dad 100%);
background: linear-gradient(0deg, #14223b 0, #1c468b 100%);
&.selected,
&:not(:disabled):hover,