fix 80320
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
|||||||
.all-wrapper {
|
.all-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: calc(100vh - 116px);
|
height: calc(100vh - 83px);
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.flex-item {
|
.flex-item {
|
||||||
@@ -39,7 +39,7 @@ export default {
|
|||||||
// 检索和预警
|
// 检索和预警
|
||||||
.search-warning-wrapper {
|
.search-warning-wrapper {
|
||||||
width: calc(70% - 20px);
|
width: calc(70% - 20px);
|
||||||
height: calc(80% - 20px);
|
height: calc(100% - 20px - 162px);
|
||||||
}
|
}
|
||||||
// 快捷入口
|
// 快捷入口
|
||||||
.quick-enter-wrapper {
|
.quick-enter-wrapper {
|
||||||
@@ -49,7 +49,7 @@ export default {
|
|||||||
// 友情链接
|
// 友情链接
|
||||||
.friend-link-wrapper {
|
.friend-link-wrapper {
|
||||||
width: calc(70% - 20px);
|
width: calc(70% - 20px);
|
||||||
height: calc(20% - 20px);
|
height: 142px;
|
||||||
}
|
}
|
||||||
// 待办任务
|
// 待办任务
|
||||||
.to-do-task-wrapper {
|
.to-do-task-wrapper {
|
||||||
@@ -93,18 +93,6 @@ export default {
|
|||||||
}
|
}
|
||||||
// 1366屏幕
|
// 1366屏幕
|
||||||
@media screen and (max-width: 1366px) {
|
@media screen and (max-width: 1366px) {
|
||||||
.all-wrapper {
|
|
||||||
height: calc(100vh - 78px);
|
|
||||||
}
|
|
||||||
// 检索和预警
|
|
||||||
.search-warning-wrapper {
|
|
||||||
height: calc(74% - 20px);
|
|
||||||
}
|
|
||||||
// 友情链接
|
|
||||||
.friend-link-wrapper {
|
|
||||||
height: calc(26% - 20px);
|
|
||||||
}
|
|
||||||
|
|
||||||
/deep/ .top-wrapper {
|
/deep/ .top-wrapper {
|
||||||
.left-p {
|
.left-p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
@@ -83,10 +83,4 @@ export default {
|
|||||||
background-image: url('../../../assets/image/dashboardLinkBack.png');
|
background-image: url('../../../assets/image/dashboardLinkBack.png');
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1366px) {
|
|
||||||
.content-div {
|
|
||||||
height: 40px;
|
|
||||||
line-height: 40px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -283,12 +283,6 @@ export default {
|
|||||||
}
|
}
|
||||||
// 通过媒体查询覆盖表格高度
|
// 通过媒体查询覆盖表格高度
|
||||||
.table /deep/ .ant-table-scroll .ant-table-body {
|
.table /deep/ .ant-table-scroll .ant-table-body {
|
||||||
max-height: calc(70vh - 250px) !important;
|
max-height: calc(100vh - 20px - 162px - 310px) !important;
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1366px) {
|
|
||||||
.table /deep/ .ant-table-scroll .ant-table-body {
|
|
||||||
max-height: calc(70vh - 280px) !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user