diff --git a/framework/sdk-parent/frontend/src/styles/business/main.css b/framework/sdk-parent/frontend/src/styles/business/main.css index bd3979e9ee..1fbe60e5cc 100644 --- a/framework/sdk-parent/frontend/src/styles/business/main.css +++ b/framework/sdk-parent/frontend/src/styles/business/main.css @@ -143,10 +143,24 @@ textarea { border-color: white !important; } -.adjust-table:after { - background-color: white !important; +.adjust-table:before { + display: none; } +.adjust-table:after { + display: block; + height: 1px !important; + width: 100% !important; + position: sticky !important; + bottom: 0 !important; + background-color: #EBEEF5; +} +.el-table__fixed-right::before { + display: none; +} +.el-table__row:last-child td { + border-bottom: 0 !important; +} .adjust-table th:not([class*="el-table-column--selection"]):hover:after { content: ''; position: absolute;