Commit 3221af81 by qinjianhui

fix: 样式修改

parent a851c9e6
...@@ -3369,6 +3369,25 @@ onMounted(() => { ...@@ -3369,6 +3369,25 @@ onMounted(() => {
:deep(#top) { :deep(#top) {
height: 100%; height: 100%;
} }
:deep(.text-clickable) {
cursor: pointer;
&:hover {
text-decoration: underline;
}
}
:deep(.tracking-number-container) {
overflow: hidden;
display: flex;
align-items: center;
gap: 4px;
}
:deep(.tracking-number-text) {
flex: 1;
color: #409eff;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
} }
.table-pagination-bar { .table-pagination-bar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment