- 注释掉 detail.vue 中的背景颜色设置 - 在 index.vue 的表格单元格中添加底部边框
@ -100,7 +100,7 @@ export default {
line-height: 1.6;
color: #666;
padding: 20rpx;
background-color: #f9f9f9;
/* background-color: #f9f9f9; */
border-radius: 10rpx;
}
</style>
@ -97,6 +97,7 @@ export default {
flex-direction: row;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
.table-cell {