fixing bug

This commit is contained in:
2020-08-18 11:01:48 +08:00
parent 06ee3b9038
commit 6f5c2d1fc9
4 changed files with 14 additions and 3 deletions

View File

@@ -133,8 +133,10 @@ export default {
</script>
<style lang="scss" scoped>
.collection-item {
width: 100%;
background-color: #ffffff;
.item {
width: 750rpx;
padding: 30rpx;
display: flex;
> image {
@@ -145,14 +147,17 @@ export default {
flex-shrink: 0;
}
.title-wrap {
overflow: hidden;
flex: 1;
.item-top {
width: 100%;
font-size: 30rpx;
color: rgba(51,51,51,1);
line-height: 44rpx;
margin-bottom: 54rpx;
}
.item-bottom {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;