release/3.0.1.2504.01-合并业务线

This commit is contained in:
lys 2025-10-30 10:17:27 +08:00
parent c00d3f446d
commit 9efeb109e9
1 changed files with 17 additions and 0 deletions

View File

@ -11,6 +11,23 @@
min-height: 30px;
border: 1px solid #d9d9d9;
user-select: none;
height: 30px;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
.wdb {
word-break: break-all !important;
word-wrap: break-word !important;
}
.cursor-pointer {
cursor: pointer;
}
&:hover, &:focus {
border-color: #57c5f7;