| @@ -41,7 +41,7 @@ | |||
| </div> | |||
| <div class="right_box"> | |||
| <div class="top_row"> | |||
| <span>{{ companyInfo.companyName }}</span> | |||
| <span class="name" :title="companyInfo.companyName">{{ companyInfo.companyName }}</span> | |||
| <div> | |||
| <template | |||
| v-if="canEdit == 1 && companyInfo.claimState.text === '已认领'" | |||
| @@ -419,15 +419,16 @@ export default { | |||
| } | |||
| .right_box { | |||
| height: 200px; | |||
| flex: 1; | |||
| width: calc(100% - 220px); | |||
| // flex: 1; | |||
| @include flex(column, space-between, flex-start, nowrap); | |||
| .top_row { | |||
| width: 100%; | |||
| @include flex(row, space-between, center, null); | |||
| > span { | |||
| .name { | |||
| @include font(24px, #334a5f); | |||
| font-weight: 600; | |||
| @include text-ellipsis; | |||
| } | |||
| > div { | |||
| @include flex(row, flex-start, center, null); | |||