24
24
<md-divider class =" md-inset" ></md-divider >
25
25
26
26
<md-list-item class =" md-inset" >
27
- <!-- < md-avatar>
27
+ <md-avatar >
28
28
<img src =" https://placeimg.com/40/40/people/5" alt =" People" >
29
- </md-avatar> -->
29
+ </md-avatar >
30
30
31
31
<span class =" md-list-item-text" >Abbey Christansen</span >
32
32
36
36
</md-list-item >
37
37
38
38
<md-list-item class =" md-inset" >
39
- <!-- < md-avatar>
39
+ <md-avatar >
40
40
<img src =" https://placeimg.com/40/40/people/1" alt =" People" >
41
- </md-avatar> -->
41
+ </md-avatar >
42
42
43
43
<span class =" md-list-item-text" >Alex Nelson</span >
44
44
48
48
</md-list-item >
49
49
50
50
<md-list-item class =" md-inset" >
51
- <!-- < md-avatar>
51
+ <md-avatar >
52
52
<img src =" https://placeimg.com/40/40/people/6" alt =" People" >
53
- </md-avatar> -->
53
+ </md-avatar >
54
+
55
+ <span class =" md-list-item-text" >Mary Johnson</span >
56
+
57
+ <md-button class =" md-icon-button md-list-action" >
58
+ <md-icon >chat_bubble</md-icon >
59
+ </md-button >
60
+ </md-list-item >
61
+ </md-list >
62
+
63
+ <md-list class =" md-dense" >
64
+ <md-list-item >
65
+ <md-icon >move_to_inbox</md-icon >
66
+ <span class =" md-list-item-text" >Inbox</span >
67
+ </md-list-item >
68
+
69
+ <md-list-item >
70
+ <md-icon >send</md-icon >
71
+ <span class =" md-list-item-text" >Sent Mail</span >
72
+ </md-list-item >
73
+
74
+ <md-list-item >
75
+ <md-icon >delete</md-icon >
76
+ <span class =" md-list-item-text" >Trash</span >
77
+ </md-list-item >
78
+
79
+ <md-list-item >
80
+ <md-icon >error</md-icon >
81
+ <span class =" md-list-item-text" >Spam</span >
82
+ </md-list-item >
83
+
84
+ <md-divider class =" md-inset" ></md-divider >
85
+
86
+ <md-list-item class =" md-inset" >
87
+ <md-avatar >
88
+ <img src =" https://placeimg.com/40/40/people/5" alt =" People" >
89
+ </md-avatar >
90
+
91
+ <span class =" md-list-item-text" >Abbey Christansen</span >
92
+
93
+ <md-button class =" md-icon-button md-list-action" >
94
+ <md-icon class =" md-primary" >chat_bubble</md-icon >
95
+ </md-button >
96
+ </md-list-item >
97
+
98
+ <md-list-item class =" md-inset" >
99
+ <md-avatar >
100
+ <img src =" https://placeimg.com/40/40/people/1" alt =" People" >
101
+ </md-avatar >
102
+
103
+ <span class =" md-list-item-text" >Alex Nelson</span >
104
+
105
+ <md-button class =" md-icon-button md-list-action" >
106
+ <md-icon class =" md-primary" >chat_bubble</md-icon >
107
+ </md-button >
108
+ </md-list-item >
109
+
110
+ <md-list-item class =" md-inset" >
111
+ <md-avatar >
112
+ <img src =" https://placeimg.com/40/40/people/6" alt =" People" >
113
+ </md-avatar >
54
114
55
115
<span class =" md-list-item-text" >Mary Johnson</span >
56
116
@@ -70,7 +130,10 @@ export default {
70
130
71
131
<style lang="scss" scoped>
72
132
.md-list {
73
- max-width : 320px ;
133
+ width : 320px ;
134
+ max-width : 100% ;
135
+ display : inline-block ;
136
+ vertical-align : top ;
74
137
border : 1px solid rgba (#000 , .12 );
75
138
}
76
139
</style >
0 commit comments