修改环境变量值省略展示

This commit is contained in:
whyour
2023-01-08 21:56:29 +08:00
parent 2864845d5b
commit 0579fb83d3
6 changed files with 96 additions and 17 deletions
+6
View File
@@ -5,3 +5,9 @@ tr.drop-over-downward td {
tr.drop-over-upward td {
border-top: 2px dashed #1890ff;
}
.text-ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}