@@ -256,6 +256,18 @@
line-height: 26px;
}
+// 左边菜单展开后 表格展开行操作按钮显示在最右侧
+.expandLeftTable {
+ .ant-table {
+ .ant-table-content {
+ .ant-table-tbody {
+ .ant-table-expanded-row {
+ width: calc(100vw - 180px);
+ }
+}
// 上面表格样式
.topTable {
@@ -3,7 +3,7 @@
<section>
<a-table
:columns="columns"
- class="srcollYTable"
+ class="srcollYTable expandLeftTable"
:scroll="{ x: '100%', y: '227px' }"
:pagination="false"
:loading="loading"