[update 87469] 首页
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user