Browse Source

修改居民详情其他信息tab过多时样式

feature
战立标 2 years ago
parent
commit
c2858bf6b0
  1. 26
      src/views/dataBoard/cpts/resi-details.vue

26
src/views/dataBoard/cpts/resi-details.vue

@ -2689,27 +2689,9 @@ export default {
box-shadow: none; box-shadow: none;
} }
} }
/*.u-categorys { /deep/ .el-tabs__nav-next,
display: flex; /deep/ .el-tabs__nav-prev {
flex-wrap: wrap; line-height: 26px;
} color: #fff;
.u-categorys span {
display: block;
width: 90px;
} }
.m-tabs {
margin-top: 30px;
display: flex;
align-items: center;
padding-left: 20px;
.tab-btn {
width: 30px;
text-align: center;
cursor: pointer;
}
}
}*/
</style> </style>

Loading…
Cancel
Save