mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
7 lines
189 B
CSS
Executable File
7 lines
189 B
CSS
Executable File
/**
|
|
* 列表
|
|
*/
|
|
@media only screen and (max-width: 321px) {
|
|
.view-operation button { margin: 2px 0px; }
|
|
}
|
|
.event-value { max-width: 260px; word-wrap: break-word; word-break: break-all; } |