diff --git a/src/views/crypto/urlEncode.vue b/src/views/crypto/urlEncode.vue index e31a05111..cdfcb579e 100644 --- a/src/views/crypto/urlEncode.vue +++ b/src/views/crypto/urlEncode.vue @@ -46,7 +46,10 @@ 历史 -
+
{{ history[0] }} -  -->  +  -->  {{ history[1] }} @@ -131,5 +134,35 @@ function revertHistory (history: Array) { display: flex; flex-direction: row; flex-wrap: wrap; + + :deep(.el-button) { + max-width: 100%; + + & > span { + width: 100%; + } + } + + .middle { + white-space: nowrap; + height: 2.4rem; + line-height: 2.4rem; + } + + .origin, .target { + height: 2.4rem; + line-height: 2.4rem; + max-width: calc(100% - 3rem); + overflow: hidden; + text-overflow: ellipsis; + } +} + +:deep(.el-space__item) { + max-width: 100%; +} + +h5.ant-typography { + margin-bottom: 0; }