mirror of
https://github.com/whyour/qinglong.git
synced 2025-06-04 00:06:07 +08:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
tr.drop-over-downward td {
|
|
border-bottom: 2px dashed #1890ff;
|
|
}
|
|
|
|
tr.drop-over-upward td {
|
|
border-top: 2px dashed #1890ff;
|
|
}
|
|
|
|
.text-ellipsis {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|