diff --git a/src/components/DataTable/index.vue b/src/components/DataTable/index.vue index 5477e1036..f1f390652 100644 --- a/src/components/DataTable/index.vue +++ b/src/components/DataTable/index.vue @@ -38,7 +38,7 @@ export default { // editText: this.$t('action.update'), // 编辑按钮文案 buttonSize: 'mini', tableAttrs: { - stripe: true, // 斑马纹表格 + stripe: false, // 斑马纹表格 border: true, // 表格边框 fit: true, // 宽度自适应, tooltipEffect: 'dark' diff --git a/src/components/ListTable/index.vue b/src/components/ListTable/index.vue index 451ad39c1..701291e4e 100644 --- a/src/components/ListTable/index.vue +++ b/src/components/ListTable/index.vue @@ -182,11 +182,28 @@ export default { } - diff --git a/src/layout/components/TabPage/index.vue b/src/layout/components/TabPage/index.vue index 1e613d26b..07d579256 100644 --- a/src/layout/components/TabPage/index.vue +++ b/src/layout/components/TabPage/index.vue @@ -60,4 +60,7 @@ export default { /*margin: 0;*/ /*background-color: #f3f3f4;*/ } + .page-submenu >>> .el-tabs__nav-wrap { + position: static; + }