调整页面布局(继续优化)

This commit is contained in:
季圣华
2022-12-11 23:41:11 +08:00
parent f163150761
commit 256282c21a
45 changed files with 90 additions and 78 deletions

View File

@@ -6,7 +6,6 @@
v-if="multipage"
:active-key="activePage"
class="tab-layout-tabs"
style="height:52px"
:hide-add="true"
type="editable-card"
@change="changePage"
@@ -401,7 +400,7 @@
/*美化弹出Tab样式*/
.ant-tabs-nav-container {
margin-top: 4px;
margin-top: 0px;
}
/* 修改 ant-tabs 样式 */
@@ -412,7 +411,7 @@
padding: 0 20px;
.ant-tabs-bar {
margin: 4px 0 0;
margin: 0px;
border: none;
}
@@ -452,6 +451,7 @@
border-bottom: 1px solid transparent !important;
}
.ant-tabs-tab-active {
height: 35px !important;
border-color: @primary-color!important;
}
}