mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
12 lines
281 B
CSS
Executable File
12 lines
281 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; }
|
|
|
|
/**
|
|
* 覆盖插件样式
|
|
*/
|
|
ul.plug-file-upload-view li { width: 300px; height: 130px; } |