7 lines
120 B
CSS
7 lines
120 B
CSS
|
|
/**
|
||
|
|
* 列表
|
||
|
|
*/
|
||
|
|
table.am-table .reply-content,
|
||
|
|
table.am-table .am-gallery .am-gallery-item {
|
||
|
|
max-height: 4.5rem;
|
||
|
|
}
|