修改样式

This commit is contained in:
yangjun 2025-11-11 10:10:58 +08:00
parent 35459a7771
commit 496bcd5861
1 changed files with 19 additions and 13 deletions

View File

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