css 优化

feat/task1-c-wallet
devil 2020-03-23 10:23:01 +08:00
parent d45fb76d7d
commit 41eef2e7dd
2 changed files with 3 additions and 1 deletions

View File

@ -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,

View File

@ -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%; }