diff --git a/common/style/layout.css b/common/style/layout.css index cff71f2..884ef51 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -176,11 +176,13 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] { position: sticky; right: 0; z-index: 5; + box-shadow: -2px 0px 2px 0px rgba(19, 19, 19, 30%); } .grid-table th:nth-child(2), .grid-table td:nth-child(2) { position: sticky; left: 46px; z-index: 5; + box-shadow: 2px 0px 2px 0px rgba(19, 19, 19, 30%); } .td_input { font-size: 12px;