修改样式
This commit is contained in:
parent
35459a7771
commit
496bcd5861
|
|
@ -41,17 +41,23 @@
|
|||
<div class="org-address">
|
||||
<span class="ellipsis-one-lines2" :title="orgInfo.comRegisterAddress">{{ orgInfo.comRegisterAddress }}</span>
|
||||
</div>
|
||||
<div
|
||||
style="font-size: 12px; display: flex; justify-content: space-between; align-items: center; margin-top: 12px;">
|
||||
<span style="color: #909399;">加盟时间:{{ orgInfo.franchiseTime?.substring(0, 10) }}</span>
|
||||
<a-button style="font-size: 12px;" v-show="showDetail" type="link" size="small"
|
||||
@click.stop="handleDetail">了解更多</a-button>
|
||||
|
||||
<a-button style="font-size: 12px;right:-70px;" v-show="showHldy" type="link" size="small"
|
||||
@click.stop="handleHldy">护理单元</a-button>
|
||||
<a-button style="font-size: 12px;" v-show="showInfo" type="link" size="small"
|
||||
@click.stop="handleInfo">查看详情</a-button>
|
||||
</div>
|
||||
<!-- <div
|
||||
style="font-size: 12px; display: flex; justify-content: space-between; align-items: center; margin-top: 12px;"> -->
|
||||
<a-row style=" margin-top: 12px;font-size: 12px;">
|
||||
<a-col :span="12">
|
||||
<span style="color: #909399;">加盟时间:{{ orgInfo.franchiseTime?.substring(0, 10) }}</span>
|
||||
</a-col>
|
||||
<a-col :span="12" style="text-align: right;">
|
||||
<a-button style="font-size: 12px;" v-show="showDetail" type="link" size="small"
|
||||
@click.stop="handleDetail">了解更多</a-button>
|
||||
<a-button style="font-size: 12px;" v-show="showHldy" type="link" size="small"
|
||||
@click.stop="handleHldy">护理单元</a-button>
|
||||
<a-button style="font-size: 12px;" v-show="showInfo" type="link" size="small"
|
||||
@click.stop="handleInfo">查看详情</a-button>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</a-card>
|
||||
</template>
|
||||
|
|
@ -129,8 +135,8 @@ const handleHldy = () => {
|
|||
height: 100%;
|
||||
|
||||
&:hover {
|
||||
transform: translateY(-4px);
|
||||
// box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
|
||||
// transform: translateY(-4px);
|
||||
box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
|
||||
// background: radial-gradient(circle at center, #c7e6ff 0%, #d4eeff 70%, #e4f0ff 100%);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue