css 优化
parent
d45fb76d7d
commit
41eef2e7dd
|
|
@ -463,8 +463,9 @@ button.colorpicker-submit:active {
|
|||
}
|
||||
.am-table-scrollable-horizontal .am-table tr .am-operate-grid .am-scrollable-vertical {
|
||||
height: 45px;
|
||||
resize: none;
|
||||
padding: 10px 15px;
|
||||
resize: none;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.am-table-scrollable-horizontal .am-table-td-fixed-first th:first-child,
|
||||
.am-table-scrollable-horizontal .am-table-td-fixed-first td:first-child,
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ strong.total-price-content, .selected-tips strong, .nav-total-price { color: #d2
|
|||
.selected-tips { margin-right: 15px; }
|
||||
.cart-nav label { font-weight: 500; margin: 0; }
|
||||
.cart-nav input[type="checkbox"] { vertical-align: inherit; }
|
||||
.cart-nav .nav-delete-submit { vertical-align: middle; }
|
||||
|
||||
@media only screen and (min-width:640px) {
|
||||
.cart-content table tr .base { width: 30%; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue