|
@@ -69,7 +69,7 @@
|
|
|
</template>
|
|
|
<el-tag type="info"effect="dark" v-else class="custom-ellipse-tag">未关联WBS</el-tag>
|
|
|
</div>
|
|
|
- <div class="project-like" @click="toggleLike(item)" v-loading="item.load">
|
|
|
+ <div class="project-like" @click.stop="toggleLike(item)" v-loading="item.load">
|
|
|
|
|
|
<i class="ri-heart-fill" v-if="item.isCollect" style="color: red;" ></i>
|
|
|
<i class="ri-heart-line" v-else></i>
|
|
@@ -857,9 +857,9 @@ export default {
|
|
|
overflow: hidden; /* 确保内部容器不超出卡片 */
|
|
|
|
|
|
.card-content {
|
|
|
- width: 100%;
|
|
|
+ // width: 100%;
|
|
|
height: 100%;
|
|
|
- padding: 15px; /* 保持原卡片内边距 */
|
|
|
+ // padding: 15px; /* 保持原卡片内边距 */
|
|
|
}
|
|
|
|
|
|
// 其他原有样式保持不变
|
|
@@ -1019,6 +1019,7 @@ export default {
|
|
|
border-radius: 15px !important;
|
|
|
padding: 8px 8px !important;
|
|
|
margin-right: 8px !important;
|
|
|
+ margin-bottom: 4px;
|
|
|
height: 24px;
|
|
|
line-height: 24px;
|
|
|
display: inline-flex;
|