🎨 style: 优化样式

This commit is contained in:
wangsongsole 2024-03-20 10:36:11 +08:00
parent ef4cbc8733
commit 60f6f9a72d
2 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,10 @@
cursor: pointer; cursor: pointer;
} }
.grid-link.disabled {
color: rgb(216, 219, 221);
}
.zent-datepicker-trigger { .zent-datepicker-trigger {
background: #f5f6f7 !important; background: #f5f6f7 !important;
} }

View File

@ -24,6 +24,10 @@
background: #f5f6f7 !important; background: #f5f6f7 !important;
} }
.grid-link.disabled {
color: rgb(216, 219, 221);
}
.codesFind { .codesFind {
display: flex; display: flex;
align-items: center; align-items: center;
@ -68,6 +72,8 @@
border-right: 0 !important; border-right: 0 !important;
} }
.zent-input-wrapper:hover { .zent-input-wrapper:hover {
border-color: #296BEF !important; border-color: #296BEF !important;