王露 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);

読み込み中…
キャンセル
保存