[update 87469] 首页

This commit is contained in:
danshihao
2024-08-07 14:19:06 +08:00
parent ae31dcc8e3
commit c829ad9790
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -997,4 +997,7 @@
// 日期选择框 右侧重叠的问题
.ant-calendar-picker-input.ant-input {
padding-right: 30px;
}
/deep/.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
background-color: rgba(0, 100, 250, 0.08);
}
@@ -558,6 +558,7 @@ export default {
/deep/.ant-tabs-bar {
margin-bottom: 0;
border: none;
}
/deep/&.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
@@ -592,6 +593,7 @@ export default {
}
// 表格样式
.table-warpper {
border-radius: 8px;
// 内容高度 = 该部分整体高度 - tab高度
height: calc(100% - 44px);
background-color: #fff;