This commit is contained in:
syuilo
2021-04-16 15:44:17 +09:00
parent 503f23ad3b
commit f32cad2667
4 changed files with 23 additions and 22 deletions

View File

@@ -22,9 +22,16 @@ export default defineComponent({
align-items: center;
padding: 14px 16px;
> .key {
margin-right: 8px;
}
> .value {
margin-left: auto;
opacity: 0.7;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
</style>