提交 41eef2e7 编写于 作者: D devil

css 优化

上级 d45fb76d
...@@ -463,8 +463,9 @@ button.colorpicker-submit:active { ...@@ -463,8 +463,9 @@ button.colorpicker-submit:active {
} }
.am-table-scrollable-horizontal .am-table tr .am-operate-grid .am-scrollable-vertical { .am-table-scrollable-horizontal .am-table tr .am-operate-grid .am-scrollable-vertical {
height: 45px; height: 45px;
resize: none;
padding: 10px 15px; 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 th:first-child,
.am-table-scrollable-horizontal .am-table-td-fixed-first td: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 ...@@ -23,6 +23,7 @@ strong.total-price-content, .selected-tips strong, .nav-total-price { color: #d2
.selected-tips { margin-right: 15px; } .selected-tips { margin-right: 15px; }
.cart-nav label { font-weight: 500; margin: 0; } .cart-nav label { font-weight: 500; margin: 0; }
.cart-nav input[type="checkbox"] { vertical-align: inherit; } .cart-nav input[type="checkbox"] { vertical-align: inherit; }
.cart-nav .nav-delete-submit { vertical-align: middle; }
@media only screen and (min-width:640px) { @media only screen and (min-width:640px) {
.cart-content table tr .base { width: 30%; } .cart-content table tr .base { width: 30%; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册