7 lines
134 B
CSS
7 lines
134 B
CSS
|
|
/**
|
||
|
|
* 列表
|
||
|
|
*/
|
||
|
|
@media only screen and (max-width: 641px) {
|
||
|
|
.view-operation button { margin: 2px 0px; }
|
||
|
|
}
|
||
|
|
.td-title { width: 30%; }
|