소스 검색

fix

master
王露 3 년 전
부모
커밋
831b0b645b
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5
    4
      digital-park-web/digital-park/src/views/park-enterprises/Detail.vue

+ 5
- 4
digital-park-web/digital-park/src/views/park-enterprises/Detail.vue 파일 보기

@@ -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);

Loading…
취소
저장