🎨 style: 优化样式
This commit is contained in:
parent
ef4cbc8733
commit
60f6f9a72d
|
@ -16,6 +16,10 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.grid-link.disabled {
|
||||
color: rgb(216, 219, 221);
|
||||
}
|
||||
|
||||
.zent-datepicker-trigger {
|
||||
background: #f5f6f7 !important;
|
||||
}
|
||||
|
|
|
@ -24,6 +24,10 @@
|
|||
background: #f5f6f7 !important;
|
||||
}
|
||||
|
||||
.grid-link.disabled {
|
||||
color: rgb(216, 219, 221);
|
||||
}
|
||||
|
||||
.codesFind {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -68,6 +72,8 @@
|
|||
border-right: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.zent-input-wrapper:hover {
|
||||
border-color: #296BEF !important;
|
||||
|
||||
|
|
Loading…
Reference in New Issue