 html 上平行度 平行度OK/NG css .row { border-bottom: solid .0625rem #9c9c9c; display: flex; align-items: center; justify-content: center; .col { height: 100%; display: flex; span:not(:last-child){ border-right: solid .0625rem #9c9c9c; } ::v-deep span { flex: 1; height: 100%; word-break: break-all; word-wrap: break-word; // font-size: 8px; height: 23px; line-height: 23px; } .label{ background-color: #e0e0e0; color: #000000; font-weight: bold; height:auto; } .value{ height: auto; }