mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
12 lines
221 B
CSS
Executable File
12 lines
221 B
CSS
Executable File
/**
|
|
* 编辑/添加页面
|
|
*/
|
|
.colorpicker-submit img { width: 18px; height: 18px; }
|
|
|
|
/**
|
|
* 列表
|
|
*/
|
|
@media only screen and (max-width: 641px) {
|
|
.view-operation button { margin: 2px 0px; }
|
|
}
|
|
.td-title { width: 30%; } |